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

Unified Diff: chrome/browser/ui/webui/options/options_sync_setup_handler.h

Issue 8571022: [Sync Setup UI] Separate stepping the SyncSetupWizard from syncSetup page navigation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 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/ui/webui/options/options_sync_setup_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/options_sync_setup_handler.h
diff --git a/chrome/browser/ui/webui/options/options_sync_setup_handler.h b/chrome/browser/ui/webui/options/options_sync_setup_handler.h
index e831dcc1c0de33d51b41248089aa261be20a9f7e..3f761acef663bf80f6b7d78ed9042c706857dae9 100644
--- a/chrome/browser/ui/webui/options/options_sync_setup_handler.h
+++ b/chrome/browser/ui/webui/options/options_sync_setup_handler.h
@@ -15,6 +15,8 @@ class OptionsSyncSetupHandler : public SyncSetupHandler {
virtual ~OptionsSyncSetupHandler();
protected:
+ virtual void StepWizardForShowSetupUI() OVERRIDE;
+
virtual void ShowSetupUI() OVERRIDE;
};
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/options_sync_setup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698