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

Unified Diff: chrome/browser/ui/views/extensions/extension_popup.cc

Issue 108213012: [DevTools] Remove dock side knowledge from browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac tests Created 6 years, 11 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/browser/ui/panels/panel.cc ('k') | chrome/browser/ui/webui/extensions/extension_error_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/extensions/extension_popup.cc
diff --git a/chrome/browser/ui/views/extensions/extension_popup.cc b/chrome/browser/ui/views/extensions/extension_popup.cc
index ea57e3df616f7c5ea34da693d15eb79237ba5ffe..184f82aca55dc50633be2d9c77305c6aca1ccd5c 100644
--- a/chrome/browser/ui/views/extensions/extension_popup.cc
+++ b/chrome/browser/ui/views/extensions/extension_popup.cc
@@ -254,8 +254,7 @@ void ExtensionPopup::ShowBubble() {
host()->host_contents()->GetView()->Focus();
if (inspect_with_devtools_) {
- DevToolsWindow::ToggleDevToolsWindow(host()->render_view_host(),
- true,
+ DevToolsWindow::OpenDevToolsWindow(host()->render_view_host(),
DevToolsToggleAction::ShowConsole());
}
}
« no previous file with comments | « chrome/browser/ui/panels/panel.cc ('k') | chrome/browser/ui/webui/extensions/extension_error_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698