Index: third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h |
index 1cf7d36d5c97bb458fb1da2bd390e612afc9f0ce..d82bfc0aecd75eb480340451defdd6b2ca57772a 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h |
@@ -63,7 +63,6 @@ public: |
virtual ~Client() { } |
virtual void resumeStartup() { } |
- virtual bool isRunRequired() { return false; } |
}; |
~InspectorRuntimeAgent() override; |
@@ -86,7 +85,6 @@ public: |
void run(ErrorString*) override; |
void enable(ErrorString*) override; |
void disable(ErrorString*) override; |
- void isRunRequired(ErrorString*, bool* result) override; |
void setCustomObjectFormatterEnabled(ErrorString*, bool enabled) override; |
void compileScript(ErrorString*, const String& expression, const String& sourceURL, bool persistScript, int executionContextId, Maybe<String>* scriptId, Maybe<protocol::Runtime::ExceptionDetails>*) override; |
void runScript(ErrorString*, const String& scriptId, int executionContextId, const Maybe<String>& objectGroup, const Maybe<bool>& doNotPauseOnExceptionsAndMuteConsole, const Maybe<bool>& includeCommandLineAPI, OwnPtr<protocol::Runtime::RemoteObject>* result, Maybe<protocol::Runtime::ExceptionDetails>*) override; |