| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| index 8bb898e8e904e67619c063438297cc769475bfbd..fc823bc554ec267c0de84f1282f9edf447ddd3c8 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| @@ -40,7 +40,6 @@ namespace InspectorInstrumentation {
|
| CORE_EXPORT bool isDebuggerPaused(LocalFrame*);
|
| CORE_EXPORT void continueAfterXFrameOptionsDenied(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&, Resource*);
|
| CORE_EXPORT void continueWithPolicyIgnore(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&, Resource*);
|
| -CORE_EXPORT bool consoleAgentEnabled(ExecutionContext*);
|
|
|
| } // namespace InspectorInstrumentation
|
|
|
|
|