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

Unified Diff: content/child/blink_platform_impl.cc

Issue 1670813003: DevTools: do not use platform/ to load injected scripts into inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index 7671d05c73025371a1b373e24350cfbf2e8f0636..c6e7cb793a684fb982ec5dc8da32c9a942c17c4c 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -875,12 +875,6 @@ const DataResource kDataResources[] = {
{"InspectorOverlayPage.html",
IDR_INSPECTOR_OVERLAY_PAGE_HTML,
ui::SCALE_FACTOR_NONE},
- {"InjectedScriptSource.js",
- IDR_INSPECTOR_INJECTED_SCRIPT_SOURCE_JS,
- ui::SCALE_FACTOR_NONE},
- {"DebuggerScriptSource.js",
- IDR_INSPECTOR_DEBUGGER_SCRIPT_SOURCE_JS,
- ui::SCALE_FACTOR_NONE},
{"DocumentExecCommand.js",
IDR_PRIVATE_SCRIPT_DOCUMENTEXECCOMMAND_JS,
ui::SCALE_FACTOR_NONE},

Powered by Google App Engine
This is Rietveld 408576698