summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.cc
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.cc
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.cc')
-rw-r--r--chrome/common/url_constants.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 5b625d1..4c8b12e 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -71,7 +71,6 @@ const char kChromeUIHistoryURL[] = "chrome://history/";
const char kChromeUIHistory2URL[] = "chrome://history2/";
const char kChromeUIIPCURL[] = "chrome://about/ipc";
const char kChromeUIMediaplayerURL[] = "chrome://mediaplayer/";
-const char kChromeUINetworkURL[] = "chrome://about/network";
const char kChromeUINewTabURL[] = "chrome://newtab";
const char kChromeUIOptionsURL[] = "chrome://options/";
const char kChromeUIPluginsURL[] = "chrome://plugins/";