Index: chrome/browser/sync_file_system/drive_backend/sync_engine.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.h b/chrome/browser/sync_file_system/drive_backend/sync_engine.h |
index 7c200a4509f79decae1d94a72ca9492a227fce65..0a844269217d3ed3849740821bebdaf4193de256 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_engine.h |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.h |
@@ -163,6 +163,10 @@ class SyncEngine : public RemoteFileSyncService, |
void UpdateRegisteredApps(); |
+ static void DidRegisterOrigin(base::Time start_time, |
+ const SyncStatusCallback& callback, |
+ SyncStatusCode status); |
tzik
2014/05/08 06:39:10
Can this function move to anonymous namespace in .
peria
2014/05/08 06:51:52
Done.
|
+ |
scoped_ptr<drive::DriveServiceInterface> drive_service_; |
scoped_ptr<drive::DriveUploaderInterface> drive_uploader_; |