Chromium Code Reviews| Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h |
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h |
| index 4035fd006cfbfd4deabcca275383c1f313b5a588..6b87fb45051a3afd341851a8150c0a44ee8b45be 100644 |
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h |
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h |
| @@ -119,6 +119,8 @@ public: |
| void reportExecutionContextDestroyed(InspectedContext*); |
| void inspect(PassOwnPtr<protocol::Runtime::RemoteObject> objectToInspect, PassOwnPtr<protocol::DictionaryValue> hints); |
| + bool enabled() const { return m_enabled; } |
|
dgozman
2016/04/26 00:24:15
Revert?
kozy
2016/04/26 00:29:48
Done.
|
| + |
| PassOwnPtr<protocol::Runtime::RemoteObject> wrapObject(v8::Local<v8::Context>, v8::Local<v8::Value>, const String16& groupName, bool generatePreview = false) override; |
| PassOwnPtr<protocol::Runtime::RemoteObject> wrapTable(v8::Local<v8::Context>, v8::Local<v8::Value> table, v8::Local<v8::Value> columns) override; |
| void disposeObjectGroup(const String16&) override; |