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

Unified Diff: public/web/WebSharedWorkerClient.h

Issue 102243010: Move the worker script loading code to the worker process (phase:1/5) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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: public/web/WebSharedWorkerClient.h
diff --git a/public/web/WebSharedWorkerClient.h b/public/web/WebSharedWorkerClient.h
index 1d953c4def3b54f77e04b533c1a78d38c5e0bf9f..a62654946f8304d6f07474726c0e4609b779981d 100644
--- a/public/web/WebSharedWorkerClient.h
+++ b/public/web/WebSharedWorkerClient.h
@@ -68,6 +68,9 @@ public:
virtual void dispatchDevToolsMessage(const WebString&) { }
virtual void saveDevToolsAgentState(const WebString&) { }
+ virtual void workerScriptLoaded() { }
+ virtual void workerScriptLoadFailed() { }
+ virtual void selectAppChacheID(long long appCacheID) { }
kinuko 2013/12/20 05:07:12 Chache -> Cache :)
horo 2013/12/20 06:30:24 Done.
protected:
~WebSharedWorkerClient() { }

Powered by Google App Engine
This is Rietveld 408576698