summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.h
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-03 01:01:19 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-03 01:01:19 +0000
commit593a24bd03f9859617b781674f678095d2055992 (patch)
treeabb9660cab7a4d3d2178c58e67805f11c3bc5198 /chrome/common/url_constants.h
parent4b455047c087185d3297db889deaa7413638d91f (diff)
downloadchromium_src-593a24bd03f9859617b781674f678095d2055992.zip
chromium_src-593a24bd03f9859617b781674f678095d2055992.tar.gz
chromium_src-593a24bd03f9859617b781674f678095d2055992.tar.bz2
Cleanup: Remove about:network.
This about page was only being enabled for non-official windows builds as its UI wasn't cross platform. Its functionality is now superceded by about:net-internals (which works cross platform and is enabled for all builds). In fact at some point we might consider renaming about:net-internals to about:network. BUG=25557 Review URL: http://codereview.chromium.org/2814047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r--chrome/common/url_constants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 77f737c..c0e8d87 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -66,7 +66,6 @@ extern const char kChromeUIIPCURL[];
extern const char kChromeUIMediaplayerURL[];
extern const char kChromeUISlideshowURL[];
extern const char kChromeUIOptionsURL[];
-extern const char kChromeUINetworkURL[];
extern const char kChromeUINewTabURL[];
extern const char kChromeUIPluginsURL[];
extern const char kChromeUIPrintURL[];