| 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);
|
|
|