| Index: chrome/common/url_constants.cc
 | 
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
 | 
| index 7ba4aca3bc28b65677d52eb94d79030ba4275458..f720b57722c656eb7e802f9edd3c65016a8b94e9 100644
 | 
| --- a/chrome/common/url_constants.cc
 | 
| +++ b/chrome/common/url_constants.cc
 | 
| @@ -65,6 +65,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/";
 | 
| @@ -194,6 +195,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";
 | 
| 
 |