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/"; |
eroman
2011/08/03 00:32:24
That's curious, I seem to remember adding this con
mmenke
2011/08/03 00:53:22
There's a separate constant for the url without th
|
+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/"; |