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

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: updated the chromevox script 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 c08802df9aab6340a1c7cf4c1466ea137c763681..f82c29d82e8fbb8edd22513960ea84aeb8c7dd86 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -804,12 +804,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