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

Unified Diff: chrome_frame/urlmon_url_request.h

Issue 402107: ChromeFrame's host network stack implementation for IE full tab mode implicit... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/browser/automation/url_request_automation_job.cc ('k') | chrome_frame/urlmon_url_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/urlmon_url_request.h
===================================================================
--- chrome_frame/urlmon_url_request.h (revision 32867)
+++ chrome_frame/urlmon_url_request.h (working copy)
@@ -9,8 +9,8 @@
#include <atlbase.h>
#include <atlcom.h>
#include <atlwin.h>
-
#include <algorithm>
+#include <string>
#include "base/lock.h"
#include "base/platform_thread.h"
@@ -239,6 +239,7 @@
// reference to us. It also deletes the request mapping for this instance.
void EndRequestInternal();
int GetHttpResponseStatus() const;
+ std::string GetHttpHeaders() const;
static net::Error HresultToNetError(HRESULT hr);
@@ -255,6 +256,9 @@
PlatformThreadId thread_;
static int instance_count_;
HWND parent_window_;
+ // Set to true if a redirect notification was aborted.
+ bool ignore_redirect_stop_binding_error_;
+
DISALLOW_COPY_AND_ASSIGN(UrlmonUrlRequest);
};
« no previous file with comments | « chrome/browser/automation/url_request_automation_job.cc ('k') | chrome_frame/urlmon_url_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698