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

Unified Diff: third_party/WebKit/Source/web/WebSharedWorkerImpl.h

Issue 2651583007: Plumbing blink::Interface{Provider|Registry} through WebLocalFrame's constructor. (Closed)
Patch Set: ScreenWakeLockTest Created 3 years, 11 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: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
index 7bdbc535bcb7a9f6a4c25af6abdaa69c6131c245..92cb16ea094d7bf01272612859db559282641b24 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -97,7 +97,6 @@ class WebSharedWorkerImpl final : public WorkerReportingProxy,
void didFinishDocumentLoad(WebLocalFrame*) override;
bool isControlledByServiceWorker(WebDataSource&) override;
int64_t serviceWorkerID(WebDataSource&) override;
- InterfaceProvider* interfaceProvider() override;
// WebDevToolsAgentClient overrides.
void sendProtocolMessage(int sessionId,

Powered by Google App Engine
This is Rietveld 408576698