Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: chrome/browser/sync_file_system/sync_file_system_service.h

Issue 11316270: SyncFileSystem: Register origin only after the local-side initialization finishes successfully (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/sync_file_system_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/sync_file_system_service.h
diff --git a/chrome/browser/sync_file_system/sync_file_system_service.h b/chrome/browser/sync_file_system/sync_file_system_service.h
index 798c541cae92a2e452c81745b6b8d5f74ae7421e..bd1cee19bf121c309cee1382470aa54a06047a4b 100644
--- a/chrome/browser/sync_file_system/sync_file_system_service.h
+++ b/chrome/browser/sync_file_system/sync_file_system_service.h
@@ -86,6 +86,10 @@ class SyncFileSystemService
const fileapi::SyncFileMetadata* remote_metadata,
fileapi::SyncStatusCode status);
+ // Callbacks for InitializeForApp.
+ void DidInitializeFileSystem(const GURL& app_origin,
+ const fileapi::SyncStatusCallback& callback,
+ fileapi::SyncStatusCode status);
void DidRegisterOrigin(const GURL& app_origin,
const fileapi::SyncStatusCallback& callback,
fileapi::SyncStatusCode status);
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/sync_file_system_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698