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

Unified Diff: chrome/browser/ui/webui/sync_promo_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
Index: chrome/browser/ui/webui/sync_promo_handler.h
diff --git a/chrome/browser/ui/webui/sync_promo_handler.h b/chrome/browser/ui/webui/sync_promo_handler.h
index d97cb8fd41985065b4d08413316835aa223df90d..d0534e45dec32563a870c9e67550ea0a0a50101b 100644
--- a/chrome/browser/ui/webui/sync_promo_handler.h
+++ b/chrome/browser/ui/webui/sync_promo_handler.h
@@ -35,6 +35,8 @@ class SyncPromoHandler : public SyncSetupHandler {
const content::NotificationDetails& details) OVERRIDE;
protected:
+ virtual void StepWizardForShowSetupUI() OVERRIDE;
+
virtual void ShowSetupUI() OVERRIDE;
private:
« no previous file with comments | « chrome/browser/ui/webui/options/options_sync_setup_handler.cc ('k') | chrome/browser/ui/webui/sync_promo_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698