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

Unified Diff: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.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/core/frame/csp/ContentSecurityPolicy.cpp
diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
index 80288fc8efa54f5ce17dc91a6daec1797869eee4..26b547d8f99820c8d29097f836d39bae5b471c33 100644
--- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
+++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
@@ -1461,8 +1461,7 @@ void ContentSecurityPolicy::logToConsole(ConsoleMessage* consoleMessage,
void ContentSecurityPolicy::reportBlockedScriptExecutionToInspector(
const String& directiveText) const {
- InspectorInstrumentation::scriptExecutionBlockedByCSP(m_executionContext,
- directiveText);
+ probe::scriptExecutionBlockedByCSP(m_executionContext, directiveText);
}
bool ContentSecurityPolicy::experimentalFeaturesEnabled() const {
« no previous file with comments | « third_party/WebKit/Source/core/frame/VisualViewport.cpp ('k') | third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698