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

Unified Diff: content/renderer/devtools/devtools_client.cc

Issue 2403633002: [DevTools] Move sanitize url to devtools_ui.cc. (Closed)
Patch Set: disable test on android and ios - there is no devtools_ui Created 4 years, 2 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | third_party/WebKit/Source/devtools/front_end/Runtime.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/devtools/devtools_client.cc
diff --git a/content/renderer/devtools/devtools_client.cc b/content/renderer/devtools/devtools_client.cc
index edc31a3f368000e9f1a39e592d4084a0801b2eb9..cfa785bf494a7d6746cac4b7a2892d05a039d73b 100644
--- a/content/renderer/devtools/devtools_client.cc
+++ b/content/renderer/devtools/devtools_client.cc
@@ -29,6 +29,7 @@ DevToolsClient::DevToolsClient(
compatibility_script_(compatibility_script),
web_tools_frontend_(
WebDevToolsFrontend::create(main_render_frame->GetWebFrame(), this)) {
+ compatibility_script_ += "\n//# sourceURL=devtools_compatibility.js";
}
DevToolsClient::~DevToolsClient() {
« no previous file with comments | « chrome/test/BUILD.gn ('k') | third_party/WebKit/Source/devtools/front_end/Runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698