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

Unified Diff: content/browser/shared_worker/shared_worker_host.h

Issue 194183004: Implement AllowDatabase, AllowFileSystem, AllowIndexedDB in SharedWorkerHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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/browser/shared_worker/shared_worker_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/shared_worker/shared_worker_host.h
diff --git a/content/browser/shared_worker/shared_worker_host.h b/content/browser/shared_worker/shared_worker_host.h
index 3883cb724d50aaf7f963520110aca3a321de170a..4292d74820e279337b2075c488a9974572ba9ece 100644
--- a/content/browser/shared_worker/shared_worker_host.h
+++ b/content/browser/shared_worker/shared_worker_host.h
@@ -82,6 +82,9 @@ class SharedWorkerHost {
void RelayMessage(const IPC::Message& message,
SharedWorkerMessageFilter* incoming_filter);
+ // Return a vector of all the render process/render frame IDs.
+ std::vector<std::pair<int, int> > GetRenderFrameIDsForWorker();
+
scoped_ptr<SharedWorkerInstance> instance_;
SharedWorkerMessageFilter* container_render_filter_;
int worker_route_id_;
« no previous file with comments | « no previous file | content/browser/shared_worker/shared_worker_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698