| 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 a18191346227657f87a31d9424cd982d18b37496..3afad9a4181de675015113280c8c4373c9359ade 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -111,6 +111,8 @@ InstrumentingAgents* instrumentingAgentsFor(WorkerGlobalScope*);
|
| // Helper for the one above.
|
| CORE_EXPORT InstrumentingAgents* instrumentingAgentsForNonDocumentContext(ExecutionContext*);
|
|
|
| +CORE_EXPORT extern const char kInspectorEmulateNetworkConditionsClientId[];
|
| +
|
| } // namespace InspectorInstrumentation
|
|
|
| namespace InstrumentationEvents {
|
|
|