| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 796b8da9122affab097593cda2c68c3c3a8613a9..f1c66f85bccb220ef317842d9855bd6e03a58ec9 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 kChromeUISessionFaviconURL[] = "chrome://session-favicon/";
|
| const char kChromeUISettingsURL[] = "chrome://settings/";
|
| @@ -185,6 +186,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";
|
|
|