Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6960)

Unified Diff: chrome_frame/bho.cc

Issue 6279006: Enable the ChromeFrame IHttpNegotiate patch for all IE versions. Ensure that ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome_frame/http_negotiate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/bho.cc
===================================================================
--- chrome_frame/bho.cc (revision 71693)
+++ chrome_frame/bho.cc (working copy)
@@ -362,12 +362,7 @@
if (state_ == UNKNOWN) {
g_trans_hooks.InstallHooks();
- // IE9 sends the short user agent by default. To enable websites to
- // identify and send content specific to chrome frame we need the
- // negotiate patch which adds the user agent to outgoing requests.
- if (GetIEVersion() == IE_9) {
- HttpNegotiatePatch::Initialize();
- }
+ HttpNegotiatePatch::Initialize();
state_ = PATCH_PROTOCOL;
ret = true;
}
« no previous file with comments | « no previous file | chrome_frame/http_negotiate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698