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

Unified Diff: chrome_frame/protocol_sink_wrap.cc

Issue 6962028: Properly clear URL on BINDSTATUS_REDIRECTING (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/protocol_sink_wrap.cc
diff --git a/chrome_frame/protocol_sink_wrap.cc b/chrome_frame/protocol_sink_wrap.cc
index 4ceeb629a7b2eba5f3e9c588cf64d76e7d39abe4..69d6e6868ecf5ee1e65f734b2717dc1e98a0bcdc 100644
--- a/chrome_frame/protocol_sink_wrap.cc
+++ b/chrome_frame/protocol_sink_wrap.cc
@@ -397,7 +397,7 @@ HRESULT ProtData::ReportProgress(IInternetProtocolSink* delegate,
break;
case BINDSTATUS_REDIRECTING:
- url_.empty();
+ url_.clear();
if (status_text)
url_ = status_text;
break;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698