diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 21:19:34 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 21:19:34 +0000 |
commit | cf25e4d9a950ed087bb580b5c07b5d175c17599e (patch) | |
tree | c06a8925f30720d9b50ec86b96b0e29f44222b95 /chrome/common/chrome_switches.h | |
parent | 27b09143a4ccf84b761689a0de4102d52e7086c4 (diff) | |
download | chromium_src-cf25e4d9a950ed087bb580b5c07b5d175c17599e.zip chromium_src-cf25e4d9a950ed087bb580b5c07b5d175c17599e.tar.gz chromium_src-cf25e4d9a950ed087bb580b5c07b5d175c17599e.tar.bz2 |
Move metrics api to the experimental name space.
BUG=0
TEST=n/a
Review URL: http://codereview.chromium.org/899003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index e7df656..3947388 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -77,7 +77,6 @@ extern const char kDomAutomationController[]; extern const char kDumpHistogramsOnExit[]; extern const char kEnableBenchmarking[]; extern const char kEnableExperimentalExtensionApis[]; -extern const char kEnableMetricsExtensionApi[]; extern const char kEnableExperimentalWebGL[]; extern const char kEnableExtensionApps[]; extern const char kEnableExtensionTimelineApi[]; |