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

Unified Diff: chrome/browser/ui/views/frame/browser_frame.cc

Issue 9027020: Bypass ToplevelWindowEventFilter for panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge/sync Created 9 years 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 | « ash/wm/stacking_controller.cc ('k') | ui/aura/client/window_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_frame.cc
diff --git a/chrome/browser/ui/views/frame/browser_frame.cc b/chrome/browser/ui/views/frame/browser_frame.cc
index c3473d9b9abcb7cfa7b42d578dfcc7f239395102..946386558d04a4dbb066183c0c457347d84c7e9d 100644
--- a/chrome/browser/ui/views/frame/browser_frame.cc
+++ b/chrome/browser/ui/views/frame/browser_frame.cc
@@ -62,7 +62,7 @@ void BrowserFrame::InitBrowserFrame() {
// There is a Windows bug/feature that would very likely prevent the window
// from being changed to top-most after the window is created without
// activation.
- params.keep_on_top = true;
+ params.type = views::Widget::InitParams::TYPE_PANEL;
}
#if defined(USE_AURA)
CommandLine* command_line = CommandLine::ForCurrentProcess();
« no previous file with comments | « ash/wm/stacking_controller.cc ('k') | ui/aura/client/window_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698