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

Unified Diff: content/child/resource_dispatcher.h

Issue 187063006: Moved all state from SiteIsolationPolicy out to the PendingRequestInfo struct in the ResourceSchedu… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 6 years, 10 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 | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698