summaryrefslogtreecommitdiffstats
path: root/chrome/common/automation_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/automation_messages.h')
-rw-r--r--chrome/common/automation_messages.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/automation_messages.h b/chrome/common/automation_messages.h
index 8bc8153..14ede2a 100644
--- a/chrome/common/automation_messages.h
+++ b/chrome/common/automation_messages.h
@@ -14,6 +14,7 @@
#include "chrome/common/page_type.h"
#include "chrome/common/security_style.h"
#include "chrome/common/common_param_traits.h"
+#include "net/base/host_port_pair.h"
#include "net/base/upload_data.h"
#include "ui/gfx/rect.h"
@@ -41,7 +42,8 @@ struct AutomationURLResponse {
int64 content_length,
const base::Time& last_modified,
const std::string& redirect_url,
- int redirect_status);
+ int redirect_status,
+ const net::HostPortPair& host_socket_address);
~AutomationURLResponse();
std::string mime_type;
@@ -50,6 +52,7 @@ struct AutomationURLResponse {
base::Time last_modified;
std::string redirect_url;
int redirect_status;
+ net::HostPortPair socket_address;
};
struct ExternalTabSettings {