| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index b6d55535af2480633f451b107d22b3ec0332f8f7..6ff9f0c40797b0c87e4131cfbd7bc8582be30b9b 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -64,6 +64,7 @@ const char kChromeUIPluginsURL[] = "chrome://plugins/";
|
| const char kChromeUIPolicyURL[] = "chrome://policy/";
|
| const char kChromeUIProfileSigninConfirmationURL[] =
|
| "chrome://profile-signin-confirmation/";
|
| +const char kChromeUIUserChooserURL[] = "chrome://user-chooser/";
|
| const char kChromeUIPrintURL[] = "chrome://print/";
|
| const char kChromeUIRestartURL[] = "chrome://restart/";
|
| const char kChromeUISessionFaviconURL[] = "chrome://session-favicon/";
|
| @@ -192,6 +193,7 @@ const char kChromeUIPluginsHost[] = "plugins";
|
| const char kChromeUIPolicyHost[] = "policy";
|
| const char kChromeUIProfileSigninConfirmationHost[] =
|
| "profile-signin-confirmation";
|
| +const char kChromeUIUserChooserHost[] = "user-chooser";
|
| const char kChromeUIPredictorsHost[] = "predictors";
|
| const char kChromeUIPrintHost[] = "print";
|
| const char kChromeUIProfilerHost[] = "profiler";
|
|
|