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

Unified Diff: content/worker/shared_worker_permission_client_proxy.h

Issue 55433006: Explicitly reject storage access if requesting security origin is unique (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
Index: content/worker/shared_worker_permission_client_proxy.h
diff --git a/content/worker/shared_worker_permission_client_proxy.h b/content/worker/shared_worker_permission_client_proxy.h
index 0a4fdc83a7b22619271a265616d70bbab81d5037..bc742cd20621c28b2ad621f28d1862edb0e3730d 100644
--- a/content/worker/shared_worker_permission_client_proxy.h
+++ b/content/worker/shared_worker_permission_client_proxy.h
@@ -21,6 +21,7 @@ class SharedWorkerPermissionClientProxy
public:
SharedWorkerPermissionClientProxy(
const GURL& origin_url,
+ bool is_unique_origin,
int routing_id,
ThreadSafeSender* thread_safe_sender);
virtual ~SharedWorkerPermissionClientProxy();
@@ -34,6 +35,7 @@ class SharedWorkerPermissionClientProxy
private:
const GURL origin_url_;
+ const bool is_unique_origin_;
const int routing_id_;
scoped_refptr<ThreadSafeSender> thread_safe_sender_;
« no previous file with comments | « no previous file | content/worker/shared_worker_permission_client_proxy.cc » ('j') | content/worker/websharedworkerclient_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698