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

Unified Diff: third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp

Issue 2727633006: DevTools: Rename InspectorInstrumentation:: namespace into probe:: (Closed)
Patch Set: Created 3 years, 10 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/modules/fetch/GlobalFetch.cpp
diff --git a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
index 72efc30ce371628a82755179d654c2adfabdb00f..59dd851cca9d43f87c88b40c2aa24dcc949cf9f5 100644
--- a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
+++ b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
@@ -54,8 +54,7 @@ class GlobalFetchImpl final
if (exceptionState.hadException())
return ScriptPromise();
- InspectorInstrumentation::willSendXMLHttpOrFetchNetworkRequest(
- executionContext, r->url());
+ probe::willSendXMLHttpOrFetchNetworkRequest(executionContext, r->url());
return m_fetchManager->fetch(scriptState, r->passRequestData(scriptState));
}

Powered by Google App Engine
This is Rietveld 408576698