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

Unified Diff: content/renderer/shared_worker/embedded_shared_worker_stub.h

Issue 223163005: Make AppCache support for SharedWorker in a renderer process. (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/renderer/shared_worker/embedded_shared_worker_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/shared_worker/embedded_shared_worker_stub.h
diff --git a/content/renderer/shared_worker/embedded_shared_worker_stub.h b/content/renderer/shared_worker/embedded_shared_worker_stub.h
index 226b89b79908f178cc81e23625c4435130992e71..bb1a765ce41d1d05e8927b517282a7d56fcf480d 100644
--- a/content/renderer/shared_worker/embedded_shared_worker_stub.h
+++ b/content/renderer/shared_worker/embedded_shared_worker_stub.h
@@ -25,6 +25,7 @@ class WebWorkerPermissionClientProxy;
namespace content {
class SharedWorkerDevToolsAgent;
+class WebApplicationCacheHostImpl;
class WebMessagePortChannelImpl;
class EmbeddedSharedWorkerStub : public IPC::Listener,
@@ -80,6 +81,7 @@ class EmbeddedSharedWorkerStub : public IPC::Listener,
PendingChannelList pending_channels_;
ScopedChildProcessReference process_ref_;
+ WebApplicationCacheHostImpl* app_cache_host_;
DISALLOW_COPY_AND_ASSIGN(EmbeddedSharedWorkerStub);
};
« no previous file with comments | « no previous file | content/renderer/shared_worker/embedded_shared_worker_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698