diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 18:08:43 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 18:08:43 +0000 |
commit | 438772df5a7055847d061d49a8c18e6fc77daedb (patch) | |
tree | c748b7ff544f07d888a6978cac99c7c1b5d261b6 /chrome/common/chrome_switches.h | |
parent | 46ef2ce78952914d3723b07aae28b024a1e8a6ad (diff) | |
download | chromium_src-438772df5a7055847d061d49a8c18e6fc77daedb.zip chromium_src-438772df5a7055847d061d49a8c18e6fc77daedb.tar.gz chromium_src-438772df5a7055847d061d49a8c18e6fc77daedb.tar.bz2 |
Add a metrics extensions API.
See http://docs.google.com/View?id=dd4ngnpz_0dpsb8n96 for API proposal.
BUG=0
TEST=See unit tests as part of this CL
Review URL: http://codereview.chromium.org/657037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40130 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, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 89aa2b0..5ab8178 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -74,6 +74,7 @@ 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[]; |