| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index f91b29363cf9f9785771905d01f4903b77d7295b..c8672ead42e44f3d418e979d9487214be845191a 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -62,6 +62,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 kChromeUISessionFaviconURL[] = "chrome://session-favicon/";
|
| const char kChromeUISettingsURL[] = "chrome://settings/";
|
| @@ -182,6 +183,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";
|
|
|