diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-31 06:48:35 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-31 06:48:35 +0000 |
commit | 963dd66d50e38cc8957b251b786836e5ba2fa077 (patch) | |
tree | 3554572a9f34fad208770c90a93ee9517330ea92 /chrome/common/url_constants.h | |
parent | 98838d5e0fc1266e0312fe03e07082836e7cd684 (diff) | |
download | chromium_src-963dd66d50e38cc8957b251b786836e5ba2fa077.zip chromium_src-963dd66d50e38cc8957b251b786836e5ba2fa077.tar.gz chromium_src-963dd66d50e38cc8957b251b786836e5ba2fa077.tar.bz2 |
Small refactorings on chrome://gpu before I move it to src/content.
-remove chrome://gpu-internals and just have chrome://gpu
-remove tabs since that is empty and just links to chrome://tracing (also will be moved in a future change)
-move the disable panel fitting switch to content. the gpu feature flag is already there, so this seems equivalent
-get the version from ContentClient. This is slightly less information, but it's possible to extrapolate the rest
-don't duplicate the list of crashes (checked with Tom that this is ok)
BUG=169170
Review URL: https://codereview.chromium.org/12095073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r-- | chrome/common/url_constants.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index 616a48b..5c0710c 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -148,8 +148,6 @@ extern const char kChromeUIFlagsHost[]; extern const char kChromeUIFlashHost[]; extern const char kChromeUIHelpFrameHost[]; extern const char kChromeUIHelpHost[]; -extern const char kChromeUIGpuHost[]; -extern const char kChromeUIGpuInternalsHost[]; extern const char kChromeUIHangHost[]; extern const char kChromeUIHistoryHost[]; extern const char kChromeUIHistoryFrameHost[]; |