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

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

Issue 2591803002: NOT FOR LANDING: Thread the needle through all webmodules.
Patch Set: Needle threaded all the way. Created 4 years 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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 8cdfda6cb326c23b9267ff097bf16ee9002c8289..f57ae8f4696714991b5a88b8f21e3c66bd791ad1 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -238,6 +238,7 @@ class WEB_EXPORT WebLocalFrameImpl final
void setDevToolsAgentClient(WebDevToolsAgentClient*) override;
WebDevToolsAgent* devToolsAgent() override;
WebLocalFrameImpl* localRoot() override;
+ void startAgents() override;
void sendPings(const WebURL& destinationURL) override;
bool dispatchBeforeUnloadEvent(bool) override;
WebURLRequest requestFromHistoryItem(const WebHistoryItem&,

Powered by Google App Engine
This is Rietveld 408576698