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

Unified Diff: chrome/browser/sync/glue/sync_backend_host.h

Issue 11428125: [Sync] Fix auth error handling while the backend is initializing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years 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/glue/sync_backend_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/sync_backend_host.h
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
index 60e7b19b2214eec3992174ea266de28f4e5c1905..3d556e878570f3dd1ec26f2b93f872cc63f5c140 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -181,7 +181,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
report_unrecoverable_error_function);
// Called on |frontend_loop| to update SyncCredentials.
- void UpdateCredentials(const syncer::SyncCredentials& credentials);
+ virtual void UpdateCredentials(const syncer::SyncCredentials& credentials);
// Registers the underlying frontend for the given IDs to the underlying
// notifier. This lasts until StopSyncingForShutdown() is called.
« no previous file with comments | « no previous file | chrome/browser/sync/glue/sync_backend_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698