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

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

Issue 2338213007: Adding JS and C++ handlers for events on new Welcome page. (Closed)
Patch Set: Forward Declarations Created 4 years, 3 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/welcome_ui.h
diff --git a/chrome/browser/ui/webui/welcome_ui.h b/chrome/browser/ui/webui/welcome_ui.h
index 8b2e389fde6deef4cfc1ece539e72bd4838a8414..4548d4d169774ef6ea00e2faa3ca2ea413d862be 100644
--- a/chrome/browser/ui/webui/welcome_ui.h
+++ b/chrome/browser/ui/webui/welcome_ui.h
@@ -9,7 +9,9 @@
#include "url/gurl.h"
// The WebUI for chrome://welcome, the page which greets new Desktop users and
-// promotes sign-in.
+// promotes sign-in. By default, this page uses the "Welcome to Chrome" language
+// and layout; the "Take Chrome Everywhere" variant may be accessed by appending
+// the query string "?variant=everywhere".
class WelcomeUI : public content::WebUIController {
public:
WelcomeUI(content::WebUI* web_ui, const GURL& url);

Powered by Google App Engine
This is Rietveld 408576698