Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h

Issue 1972923004: X-DevTools-Emulate-Network-Conditions-Client-Id header shouldn't block cache reuse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698