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

Unified Diff: chrome/browser/sync_file_system/drive_backend/sync_worker_interface.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_interface.h
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h b/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
index 2108fefdb6a6aee0e29cdbcac180b4a7b1381a17..a8829bd35ffaccc5395c4aecb641ec41a65dd306 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
+++ b/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
@@ -80,7 +80,7 @@ class SyncWorkerInterface {
virtual void OnNotificationReceived() = 0;
// See drive::DriveServiceObserver for the details.
- virtual void OnReadyToSendRequests(const std::string& account_id) = 0;
+ virtual void OnReadyToSendRequests() = 0;
virtual void OnRefreshTokenInvalid() = 0;
// See net::NetworkChangeNotifier::NetworkChangeObserver for the details.

Powered by Google App Engine
This is Rietveld 408576698