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

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 8507026: Fix infinite spin in auth dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 9 years, 1 month 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/sync_setup_flow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index f12d6de137e88a671d399924b6c5173a80ee99f3..430e0a23f7179b497191b3c1588773c54be50bfc 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -279,7 +279,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
// types to sync.
void ShowConfigure(bool sync_everything);
- void ShowSyncSetup(const std::string& sub_page);
+ virtual void ShowSyncSetup(const std::string& sub_page);
void ShowSyncSetupWithWizard(SyncSetupWizard::State state);
// Pretty-printed strings for a given StatusSummary.
« no previous file with comments | « no previous file | chrome/browser/sync/sync_setup_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698