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

Unified Diff: chrome/browser/ui/panels/panel_browser_window_cocoa.mm

Issue 9593001: Revert 124790 - Minimized panels should not open on Windows when activated by the OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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: chrome/browser/ui/panels/panel_browser_window_cocoa.mm
===================================================================
--- chrome/browser/ui/panels/panel_browser_window_cocoa.mm (revision 124794)
+++ chrome/browser/ui/panels/panel_browser_window_cocoa.mm (working copy)
@@ -156,11 +156,6 @@
return [[controller_ window] isMainWindow];
}
-void PanelBrowserWindowCocoa::PreventActivationByOS(bool prevent_activation) {
- [controller_ preventBecomingKeyWindow:prevent_activation];
- return;
-}
-
gfx::NativeWindow PanelBrowserWindowCocoa::GetNativePanelHandle() {
return [controller_ window];
}
« no previous file with comments | « chrome/browser/ui/panels/panel_browser_window_cocoa.h ('k') | chrome/browser/ui/panels/panel_browser_window_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698