Index: content/child/resource_dispatcher.h |
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h |
index 4943765b70161fe972007ccd9ecf9dc8627860b6..4d8f7867797fd37bc0a1afac4a524cc04815a0e0 100644 |
--- a/content/child/resource_dispatcher.h |
+++ b/content/child/resource_dispatcher.h |
@@ -25,6 +25,7 @@ struct ResourceMsg_RequestCompleteData; |
namespace content { |
class ResourceDispatcherDelegate; |
struct ResourceResponseHead; |
+struct SiteIsolationResponseMetaData; |
// This class serves as a communication interface between the |
// ResourceDispatcherHost in the browser process and the ResourceLoaderBridge in |
@@ -114,6 +115,8 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener { |
base::TimeTicks response_start; |
base::TimeTicks completion_time; |
linked_ptr<base::SharedMemory> buffer; |
+ linked_ptr<SiteIsolationResponseMetaData> site_isolation_metadata; |
+ bool blocked_response; |
int buffer_size; |
}; |
typedef base::hash_map<int, PendingRequestInfo> PendingRequestList; |