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

Unified Diff: content/renderer/websharedworker_proxy.h

Issue 22314003: NavigationController prototype Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NavController prototype - chrome side Created 7 years, 3 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 | « content/public/common/content_switches.cc ('k') | content/renderer/websharedworker_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/websharedworker_proxy.h
diff --git a/content/renderer/websharedworker_proxy.h b/content/renderer/websharedworker_proxy.h
index 75c7b5505edc842ed548d340944a812a07d6edcc..0401c377e382c9accf4bdeb9adc92541a2fb3379 100644
--- a/content/renderer/websharedworker_proxy.h
+++ b/content/renderer/websharedworker_proxy.h
@@ -38,6 +38,8 @@ class WebSharedWorkerProxy : public WebKit::WebSharedWorker,
virtual bool isStarted();
virtual void connect(WebKit::WebMessagePortChannel* channel,
ConnectListener* listener);
+ virtual void dispatchFetchEvent(int request_id,
+ WebKit::WebController::Request* request);
virtual void startWorkerContext(
const WebKit::WebURL& script_url,
@@ -46,7 +48,8 @@ class WebSharedWorkerProxy : public WebKit::WebSharedWorker,
const WebKit::WebString& source_code,
const WebKit::WebString& content_security_policy,
WebKit::WebContentSecurityPolicyType policy_type,
- long long script_resource_appcache_id);
+ long long script_resource_appcache_id,
+ bool is_controller);
virtual void terminateWorkerContext();
virtual void clientDestroyed();
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/renderer/websharedworker_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698