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

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

Issue 324343002: [SyncFS] Support late authentication (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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_worker.h
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker.h b/chrome/browser/sync_file_system/drive_backend/sync_worker.h
index d0e210f8880ee956a3d8c83978a75dd2d033f40a..333768c9ea95b5e86abfbf9d01a671e6e3f2a0bb 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_worker.h
+++ b/chrome/browser/sync_file_system/drive_backend/sync_worker.h
@@ -125,7 +125,7 @@ class SyncWorker : public SyncWorkerInterface,
virtual void OnNotificationReceived() OVERRIDE;
- virtual void OnReadyToSendRequests(const std::string& account_id) OVERRIDE;
+ virtual void OnReadyToSendRequests() OVERRIDE;
virtual void OnRefreshTokenInvalid() OVERRIDE;
virtual void OnNetworkChanged(

Powered by Google App Engine
This is Rietveld 408576698