| Index: chrome/common/url_constants.cc
 | 
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
 | 
| index 11ae7ed6605a7dd6ebc89b6fc53c82cbf201fcb2..0dc5c79032ab9cb6d4537da5d74796b585f9ece9 100644
 | 
| --- a/chrome/common/url_constants.cc
 | 
| +++ b/chrome/common/url_constants.cc
 | 
| @@ -78,6 +78,7 @@ const char kChromeUIKillURL[] = "chrome://kill/";
 | 
|  const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/";
 | 
|  const char kChromeUINetworkViewCacheURL[] = "chrome://view-http-cache/";
 | 
|  const char kChromeUINewTabURL[] = "chrome://newtab/";
 | 
| +const char kChromeUINewProfile[] = "chrome://newprofile/";
 | 
|  const char kChromeUIPluginsURL[] = "chrome://plugins/";
 | 
|  const char kChromeUIPrintURL[] = "chrome://print/";
 | 
|  const char kChromeUISessionsURL[] = "chrome://sessions/";
 | 
| @@ -152,6 +153,7 @@ const char kChromeUIMemoryHost[] = "memory";
 | 
|  const char kChromeUIMemoryRedirectHost[] = "memory-redirect";
 | 
|  const char kChromeUINetInternalsHost[] = "net-internals";
 | 
|  const char kChromeUINetworkViewCacheHost[] = "view-http-cache";
 | 
| +const char kChromeUINewProfileHost[] = "newprofile";
 | 
|  const char kChromeUINewTabHost[] = "newtab";
 | 
|  const char kChromeUIPluginsHost[] = "plugins";
 | 
|  const char kChromeUIPrintHost[] = "print";
 | 
| 
 |