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

Unified Diff: chrome/worker/webworker_stub.h

Issue 1719007: Initializing an appcache host in a worker process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | « chrome/worker/websharedworker_stub.cc ('k') | chrome/worker/webworker_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/worker/webworker_stub.h
===================================================================
--- chrome/worker/webworker_stub.h (revision 46627)
+++ chrome/worker/webworker_stub.h (working copy)
@@ -17,7 +17,8 @@
// appropriate WebWorker APIs.
class WebWorkerStub : public WebWorkerStubBase {
public:
- WebWorkerStub(const GURL& url, int route_id);
+ WebWorkerStub(const GURL& url, int route_id,
+ const WorkerAppCacheInitInfo& appcache_init_info);
// IPC::Channel::Listener implementation.
virtual void OnMessageReceived(const IPC::Message& message);
« no previous file with comments | « chrome/worker/websharedworker_stub.cc ('k') | chrome/worker/webworker_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698