Chromium Code Reviews| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h |
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h |
| index 29b041ce293ca8037fda92137a848263253c564c..39c86ede82f77579aeaf68f6766c9c9d782a33c1 100644 |
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h |
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h |
| @@ -35,6 +35,7 @@ public: |
| virtual int ensureDefaultContextInGroup(int contextGroupId) = 0; |
| virtual bool isInspectableHeapObject(v8::Local<v8::Object>) = 0; |
| + virtual void willInstallCommandLineAPI(v8::Local<v8::Context>, v8::Local<v8::Object>) = 0; |
|
dgozman
2016/05/18 01:51:26
installAdditionalCommandLineAPI
kozy
2016/05/18 02:18:56
Done.
|
| virtual void reportMessageToConsole(v8::Local<v8::Context>, MessageType, MessageLevel, const String16& message, const v8::FunctionCallbackInfo<v8::Value>* arguments, unsigned skipArgumentCount, int maxStackSize) = 0; |
| virtual void consoleTime(const String16& title) = 0; |