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

Unified Diff: chrome/browser/ui/webui/sync_promo/sync_promo_ui.h

Issue 12477009: With browser instant extended enabled, signing in should redirect to chrome://apps instead of to NT… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a new SyncPromoUI::Source for Apps page signin. Created 7 years, 9 months 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/sync_promo_ui.h
diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h b/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h
index decb4024d08959b7652dc035ca877e5396ae05d3..cf73d90c71359ca85055f367622dee362a0ac29b 100644
--- a/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h
+++ b/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h
@@ -22,6 +22,7 @@ class SyncPromoUI : public content::WebUIController {
SOURCE_EXTENSION_INSTALL_BUBBLE,
SOURCE_WEBSTORE_INSTALL,
SOURCE_APP_LAUNCHER,
+ SOURCE_APPS_PAGE_LINK,
SOURCE_UNKNOWN, // This must be last.
};

Powered by Google App Engine
This is Rietveld 408576698