summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/url_request_automation_job.h
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-12 22:21:10 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-12 22:21:10 +0000
commita7659318ed6c379ba782f61d8fb80e665d3a45d7 (patch)
treea6add177ad993709b6d3a3cca4f974cac1817044 /chrome/browser/automation/url_request_automation_job.h
parent8c3dc79bc13ba84f418d3c135e1bf296a3e29722 (diff)
downloadchromium_src-a7659318ed6c379ba782f61d8fb80e665d3a45d7.zip
chromium_src-a7659318ed6c379ba782f61d8fb80e665d3a45d7.tar.gz
chromium_src-a7659318ed6c379ba782f61d8fb80e665d3a45d7.tar.bz2
Added support for the URLRequestAutomationJob object which issues HTTP requests through automation to receive persistent cookies from the automation client. These cookies are passed in when the automation client notifies Chrome that a HTTP request was started.
The URLRequestAutomationJob object now informs Chrome whether an automation URL request was redirected. The ExternalTabContainer now handles the NEW_FOREGROUND_TAB and displays a popup window in response. This gets around an ASSERT. This fixes bug http://b/issue?id=2048046 Bug=2048046 Review URL: http://codereview.chromium.org/165350 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/url_request_automation_job.h')
-rw-r--r--chrome/browser/automation/url_request_automation_job.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/automation/url_request_automation_job.h b/chrome/browser/automation/url_request_automation_job.h
index db61781..ade6d38 100644
--- a/chrome/browser/automation/url_request_automation_job.h
+++ b/chrome/browser/automation/url_request_automation_job.h
@@ -69,6 +69,7 @@ class URLRequestAutomationJob : public URLRequestJob {
std::string mime_type_;
scoped_refptr<net::HttpResponseHeaders> headers_;
+ std::string redirect_url_;
static int instance_count_;