| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| index 33d82cf48c4282f65c699406e544d286d0708c57..83ab4ac7f699e09b1fda45ae982449d719a14a2d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -104,8 +104,6 @@ inline bool hasFrontends() { return acquireLoad(&FrontendCounter::s_frontendCoun
|
| CORE_EXPORT void registerInstrumentingAgents(InstrumentingAgents*);
|
| CORE_EXPORT void unregisterInstrumentingAgents(InstrumentingAgents*);
|
|
|
| -CORE_EXPORT extern const char kInspectorEmulateNetworkConditionsClientId[];
|
| -
|
| // Called from generated instrumentation code.
|
| CORE_EXPORT InstrumentingAgents* instrumentingAgentsFor(WorkerGlobalScope*);
|
| CORE_EXPORT InstrumentingAgents* instrumentingAgentsForNonDocumentContext(ExecutionContext*);
|
|
|