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

Unified Diff: content/renderer/render_frame_impl.h

Issue 25008006: Flush out initial [un]registerServiceWorker roundtrip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix workerid Created 7 years, 2 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
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index dd652ef93d2f9ec6187e01d24974593185c4a7ad..fe85bdf9896f317f63aa764289c4a0fbf50d1012 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -53,6 +53,8 @@ class CONTENT_EXPORT RenderFrameImpl
WebKit::WebFrame* frame,
WebKit::WebApplicationCacheHostClient* client);
virtual WebKit::WebCookieJar* cookieJar(WebKit::WebFrame* frame);
+ virtual WebKit::WebServiceWorkerRegistry* serviceWorkerRegistry(
michaeln 2013/10/04 01:26:07 I think I'd like to back up to the original blink
kinuko 2013/10/04 14:55:48 +1, except that I have not fully understood how We
+ WebKit::WebFrame* frame);
virtual void didAccessInitialDocument(WebKit::WebFrame* frame);
virtual void didCreateFrame(WebKit::WebFrame* parent,
WebKit::WebFrame* child);

Powered by Google App Engine
This is Rietveld 408576698