| Index: chrome/common/url_constants.cc
|
| ===================================================================
|
| --- chrome/common/url_constants.cc (revision 94917)
|
| +++ chrome/common/url_constants.cc (working copy)
|
| @@ -45,8 +45,9 @@
|
| const char kChromeUIMemoryURL[] = "chrome://memory/";
|
| const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/";
|
| const char kChromeUINetworkViewCacheURL[] = "chrome://view-http-cache/";
|
| +const char kChromeUINetInternalsURL[] = "chrome://net-internals/";
|
| +const char kChromeUINewProfile[] = "chrome://newprofile/";
|
| 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/";
|
|
|