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

Unified Diff: chrome/browser/ui/webui/sync_promo_handler.h

Issue 8689006: Create a field test for sync sign in promo strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressed sail's comments 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
Index: chrome/browser/ui/webui/sync_promo_handler.h
===================================================================
--- chrome/browser/ui/webui/sync_promo_handler.h (revision 111699)
+++ chrome/browser/ui/webui/sync_promo_handler.h (working copy)
@@ -25,6 +25,8 @@
virtual void RegisterMessages() OVERRIDE;
// SyncSetupFlowHandler implementation.
+ virtual void ShowGaiaSuccessAndClose() OVERRIDE;
+ virtual void ShowGaiaSuccessAndSettingUp() OVERRIDE;
virtual void ShowConfigure(const base::DictionaryValue& args) OVERRIDE;
// content::NotificationObserver implementation.
@@ -71,6 +73,9 @@
// Record a user's flow through the promo to our histogram in UMA.
void RecordUserFlowAction(int action);
+ // Load any experiments that run on the promo page.
+ void LoadPromoExperiments();
+
// Use this to register for certain notifications (currently when tabs or
// windows close).
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698