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

Unified Diff: public/web/WebFrameClient.h

Issue 634813002: [ServiceWorker] Add WebDataSource argument to isControlledByServiceWorker() [1/3 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/web/FrameLoaderClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index 6d41edb216849273b1de60f3eff08131b9e0496e..53dffcc4e5572928de462980152d2fd4e86fd283 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -570,7 +570,9 @@ public:
// ServiceWorker -------------------------------------------------------
// Whether the frame is controlled by the ServiceWorker
michaeln 2014/10/07 19:28:24 Maybe for clarity alter the comment to read 'Wheth
horo 2014/10/07 22:47:31 Done.
+ // FIXME: Remove isControlledByServiceWorker().
virtual bool isControlledByServiceWorker() { return false; }
+ virtual bool isControlledByServiceWorker(WebDataSource*) { return false; }
protected:
virtual ~WebFrameClient() { }
« no previous file with comments | « Source/web/FrameLoaderClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698