Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sessions / session_backend.cc
index fa51c88..9c214c8 100644 (file)
@@ -333,12 +333,10 @@ bool SessionBackend::AppendCommandsToFile(base::File* file,
         return false;
       }
     }
+  }
 #if defined(OS_CHROMEOS)
-    // TODO(gspencer): Remove this once we find a better place to do it.
-    // See issue http://crbug.com/245015
-    file->Flush();
+  file->Flush();
 #endif
-  }
   return true;
 }