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

Unified Diff: chrome/browser/sync_file_system/drive_backend/sync_engine.h

Issue 269343008: [SyncFS] Add a UMA to measure RTT in registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months 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
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_;

Powered by Google App Engine
This is Rietveld 408576698