diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 05:09:42 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 05:09:42 +0000 |
commit | 5ba4b8a98587c4acd7806d952cc087e4333d2429 (patch) | |
tree | 4ca791549151380bf6688f3d9c78f7b334ef354a /chrome_frame/chrome_frame_activex_base.h | |
parent | 51a6da4b49ed4ac1027109ecf7b247fd358073a6 (diff) | |
download | chromium_src-5ba4b8a98587c4acd7806d952cc087e4333d2429.zip chromium_src-5ba4b8a98587c4acd7806d952cc087e4333d2429.tar.gz chromium_src-5ba4b8a98587c4acd7806d952cc087e4333d2429.tar.bz2 |
Report IE 10 in histograms.
BUG=none
TEST=look for "METRICS LOG: " in Sawbuck 30 seconds after GCF starts and see what is sent for ChromeFrame.IEVersion.
Review URL: http://codereview.chromium.org/8038071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_activex_base.h')
-rw-r--r-- | chrome_frame/chrome_frame_activex_base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h index 46287fd7..7808bd5 100644 --- a/chrome_frame/chrome_frame_activex_base.h +++ b/chrome_frame/chrome_frame_activex_base.h @@ -257,8 +257,8 @@ END_MSG_MAP() UMA_HISTOGRAM_CUSTOM_COUNTS("ChromeFrame.IEVersion", GetIEVersion(), IE_INVALID, - IE_9, - IE_9 + 1); + IE_10, + IE_10 + 1); } return S_OK; |