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

Unified Diff: chrome_frame/http_negotiate.cc

Issue 6800021: Merge 80497 - A change in the way User Agent is modified caused Chrome Frame to mistakenly disabl... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/696/src/
Patch Set: Created 9 years, 8 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 | « chrome_frame/bho.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/http_negotiate.cc
===================================================================
--- chrome_frame/http_negotiate.cc (revision 80663)
+++ chrome_frame/http_negotiate.cc (working copy)
@@ -243,6 +243,9 @@
*additional_headers,
(updated_headers.length() + 1) * sizeof(wchar_t)));
lstrcpyW(*additional_headers, ASCIIToWide(updated_headers).c_str());
+ } else {
+ // TODO(erikwright): Remove the user agent if it is present (i.e., because
+ // of PostPlatform setting in the registry).
}
return S_OK;
}
« no previous file with comments | « chrome_frame/bho.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698