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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.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/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index a6dde3392cbe5b8a92c421cd9e0039f87d35108b..7e292dea27e2bde773d6cc3a753536854537fc4c 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -74,6 +74,7 @@ class WebLocalFrame : public WebFrame {
virtual WebAutofillClient* autofillClient() = 0;
virtual void setDevToolsAgentClient(WebDevToolsAgentClient*) = 0;
virtual WebDevToolsAgent* devToolsAgent() = 0;
+ virtual void startAgents() = 0;
// Hierarchy ----------------------------------------------------------
« third_party/WebKit/fake_gen/web/api/node.h ('K') | « third_party/WebKit/fake_gen/web/api/node.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698