summaryrefslogtreecommitdiffstats
path: root/content/child/resource_dispatcher.h
diff options
context:
space:
mode:
authornick <nick@chromium.org>2015-06-16 14:55:19 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-16 21:55:59 +0000
commita9a5632705d9c3a71b9af58305917e22b59e9e10 (patch)
tree2cac912d11df12fa9464f3745da16ca4e70af680 /content/child/resource_dispatcher.h
parent5b696cf0d943d03a7bd388bdca1ffc6d95d3fc9c (diff)
downloadchromium_src-a9a5632705d9c3a71b9af58305917e22b59e9e10.zip
chromium_src-a9a5632705d9c3a71b9af58305917e22b59e9e10.tar.gz
chromium_src-a9a5632705d9c3a71b9af58305917e22b59e9e10.tar.bz2
Remove --block-cross-site-documents (for now). We'll need to reimplement this browser-side.
Rename SiteIsolationPolicy::ShouldBlockResponse to ::OnReceivedFirstPacket, and remove the logic that supported actually blocking requests in the renderer. Rewrite SiteIsolationPolicyBrowserTest so that it's a direct test of the histogram logging behavior, rather than of the response-blocking behavior. The test does substantially the same operations, but iterating over the test docs now has to be driven from C++ instead of from js, so it looks pretty different. In a subsequent CL I'll rename these classes and split the classification logic apart from the histogram logging logic. BUG=481066, 419087, 436250 Review URL: https://codereview.chromium.org/1178443002 Cr-Commit-Position: refs/heads/master@{#334709}
Diffstat (limited to 'content/child/resource_dispatcher.h')
-rw-r--r--content/child/resource_dispatcher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index b09a0a4..2cf3874 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -168,7 +168,6 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
linked_ptr<base::SharedMemory> buffer;
scoped_refptr<SharedMemoryReceivedDataFactory> received_data_factory;
linked_ptr<SiteIsolationResponseMetaData> site_isolation_metadata;
- bool blocked_response;
int buffer_size;
};
typedef base::hash_map<int, PendingRequestInfo> PendingRequestList;