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

Unified Diff: content/renderer/render_frame_impl.h

Issue 669303003: ServiceWorker: Make a way to retrieve a service worker version id (Chromium) (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile errors Created 6 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 9457afc5736fea05ce9e60443f86850b9e326c86..fce79445680f08ea7219ce621e3f2fae5a9b31f9 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -458,6 +458,7 @@ class CONTENT_EXPORT RenderFrameImpl
int arb_robustness_status_code);
virtual blink::WebScreenOrientationClient* webScreenOrientationClient();
virtual bool isControlledByServiceWorker(blink::WebDataSource&);
+ virtual int64_t serviceWorkerID(blink::WebDataSource&);
jamesr 2014/10/28 22:31:37 in chromium land (which this is) all parameters ge
nhiroki 2014/10/29 03:11:52 Done.
virtual void postAccessibilityEvent(const blink::WebAXObject& obj,
blink::WebAXEvent event);
virtual void didChangeManifest(blink::WebLocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698