| Index: chrome/common/url_constants.cc
|
| ===================================================================
|
| --- chrome/common/url_constants.cc (revision 90826)
|
| +++ chrome/common/url_constants.cc (working copy)
|
| @@ -79,7 +79,6 @@
|
| 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/";
|
| @@ -156,7 +155,6 @@
|
| 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";
|
|
|