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

Unified Diff: chrome/browser/cocoa/browser_window_cocoa.mm

Issue 526001: Mac: Make devtools window dockable. (Closed)
Patch Set: copyediting Created 10 years, 12 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/app/nibs/TabContents.xib ('k') | chrome/browser/cocoa/browser_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/browser_window_cocoa.mm
diff --git a/chrome/browser/cocoa/browser_window_cocoa.mm b/chrome/browser/cocoa/browser_window_cocoa.mm
index b01a844c5cc74ef1371ea8034dee226760064094..60e04bd7f628fc681bf97974d4e3693eabec191e 100644
--- a/chrome/browser/cocoa/browser_window_cocoa.mm
+++ b/chrome/browser/cocoa/browser_window_cocoa.mm
@@ -143,7 +143,8 @@ void BrowserWindowCocoa::ShelfVisibilityChanged() {
}
void BrowserWindowCocoa::UpdateDevTools() {
- NOTIMPLEMENTED();
+ [controller_ updateDevToolsForContents:
+ browser_->tabstrip_model()->GetSelectedTabContents()];
}
void BrowserWindowCocoa::FocusDevTools() {
« no previous file with comments | « chrome/app/nibs/TabContents.xib ('k') | chrome/browser/cocoa/browser_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698