| 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.
|
|
|