commit | d8e135173589b4d88f5d24dce9b81d7278d9c18a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Sep 22 17:02:58 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Sep 22 17:02:58 2010 |
tree | 67e4ca492ae31ad7e8c293575bcae9d777464519 | |
parent | 3d75a0c7627845e03ee87e82a5da40e133f55cc7 [diff] [blame] |
Committing http://codereview.chromium.org/3420004/show for grt@ Original description: - added detection of IE9 for ChromeFrame.IEVersion metric - replaced ChromeFrame.FullTabLaunchType metric with ChromeFrame.LaunchType metric, which logs more info regarding how it came to be that GCF rendered a page (but only for the CTransaction patch) BUG=43885 TEST=none Review URL: http://codereview.chromium.org/3443017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60188 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome_frame/urlmon_bind_status_callback.cc b/chrome_frame/urlmon_bind_status_callback.cc index da21576..5faf05a0 100644 --- a/chrome_frame/urlmon_bind_status_callback.cc +++ b/chrome_frame/urlmon_bind_status_callback.cc
@@ -171,7 +171,7 @@ if (is_undetermined()) { if (last_chance) renderer_type_ = OTHER; - if (IsOptInUrl(url_.c_str())) { + if (IsChrome(RendererTypeForUrl(url_.c_str()))) { renderer_type_ = CHROME; } else { if (is_cache_valid() && cache_) {