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

Unified Diff: Source/devtools/front_end/devtools.html

Issue 1063693002: [WIP] Support opening an inspector window for ServiceWorker running on Android (blink) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 8 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 | « no previous file | Source/devtools/front_end/devtools_app/InspectorFrontendHostImpl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/devtools.html
diff --git a/Source/devtools/front_end/devtools.html b/Source/devtools/front_end/devtools.html
index f27288c763ab4918b96f5323e2b8ee5057c735ae..f061933505259b3eb2060ac08e0d1e0ab0b915ef 100644
--- a/Source/devtools/front_end/devtools.html
+++ b/Source/devtools/front_end/devtools.html
@@ -19,6 +19,7 @@
var src = remoteFrontendUrl
? decodeURIComponent(remoteFrontendUrl) + Runtime.constructQueryParams(["remoteFrontendUrl"])
: "inspector.html" + window.location.search;
+ src = "inspector.html" + window.location.search;
document.write("<iframe id='inspector-app-iframe' class='fill' src='" + src + "'></iframe>");
})();
</script>
« no previous file with comments | « no previous file | Source/devtools/front_end/devtools_app/InspectorFrontendHostImpl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698