| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| index 1878a4384b20b9500a039c1f7f717346b5f844c4..38e37fc40b28a9a0dc2e6bc957d9932d3242e187 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| @@ -91,7 +91,6 @@ public:
|
| public:
|
| bool initialize();
|
| bool installCommandLineAPI();
|
| - bool installRemoteObjectAPI(const String16& objectGroupName);
|
| void ignoreExceptionsAndMuteConsole();
|
| void pretendUserGesture();
|
| v8::Local<v8::Context> context() const { return m_context; }
|
| @@ -111,7 +110,6 @@ public:
|
| private:
|
| void cleanup();
|
| V8DebuggerImpl::PauseOnExceptionsState setPauseOnExceptionsState(V8DebuggerImpl::PauseOnExceptionsState);
|
| - bool installGlobalObjectExtension(v8::Local<v8::Object>);
|
|
|
| v8::HandleScope m_handleScope;
|
| v8::TryCatch m_tryCatch;
|
|
|