| Index: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| index afcdf782851531e6299d7617cd7e20dbd48349e4..e9ab64169db53b6b0337e83efe127febfffa074f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -76,17 +76,6 @@ public:
|
| void setBlackboxPatterns(ErrorString*, PassOwnPtr<protocol::Array<String16>> patterns) override;
|
| void setBlackboxedRanges(ErrorString*, const String16& scriptId, PassOwnPtr<protocol::Array<protocol::Debugger::ScriptPosition>> positions) override;
|
|
|
| - // Called by InspectorInstrumentation.
|
| - void scriptExecutionBlockedByCSP(const String& directiveText);
|
| -
|
| - // Async stack implementation.
|
| - void asyncTaskScheduled(const String& taskName, void* task);
|
| - void asyncTaskScheduled(const String& taskName, void* task, bool recurring);
|
| - void asyncTaskCanceled(void* task);
|
| - void allAsyncTasksCanceled();
|
| - void asyncTaskStarted(void* task);
|
| - void asyncTaskFinished(void* task);
|
| -
|
| // InspectorBaseAgent overrides.
|
| void init(InstrumentingAgents*, protocol::Frontend*, protocol::Dispatcher*, protocol::DictionaryValue*) override;
|
| void dispose() override;
|
|
|