| 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 ----------------------------------------------------------
|
|
|
|
|