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

Unified Diff: content/shell/browser/shell_devtools_frontend.cc

Issue 1144393004: [DevTools] Load DevTools frontend without iframe (chromium part). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-test
Patch Set: Addressed review comments Created 5 years, 7 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 | « content/shell/browser/layout_test/layout_test_devtools_frontend.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_devtools_frontend.cc
diff --git a/content/shell/browser/shell_devtools_frontend.cc b/content/shell/browser/shell_devtools_frontend.cc
index 7f719521878b0f68586d523bc5c11a7dcd27858a..4facf23428ac60f2a1d332487a287680fc6c1d94 100644
--- a/content/shell/browser/shell_devtools_frontend.cc
+++ b/content/shell/browser/shell_devtools_frontend.cc
@@ -111,7 +111,7 @@ ShellDevToolsFrontend* ShellDevToolsFrontend::Show(
ShellContentBrowserClient::Get()
->shell_browser_main_parts()
->devtools_http_handler();
- shell->LoadURL(http_handler->GetFrontendURL("/devtools/devtools.html"));
+ shell->LoadURL(http_handler->GetFrontendURL("/devtools/inspector.html"));
return devtools_frontend;
}
« no previous file with comments | « content/shell/browser/layout_test/layout_test_devtools_frontend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698