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

Unified Diff: chrome/browser/views/page_info_window.cc

Issue 115378: Move Always On Top setting out of Window/WindowDelegate and into task manager... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: chrome/browser/views/page_info_window.cc
===================================================================
--- chrome/browser/views/page_info_window.cc (revision 16089)
+++ chrome/browser/views/page_info_window.cc (working copy)
@@ -562,7 +562,7 @@
if (GetSavedWindowBounds(&bounds) && GetSavedMaximizedState(&maximized)) {
CRect bounds_crect(bounds.ToRECT());
CalculateWindowBounds(&bounds_crect);
- SaveWindowPlacement(gfx::Rect(bounds_crect), maximized, false);
+ SaveWindowPlacement(gfx::Rect(bounds_crect), maximized);
}
}

Powered by Google App Engine
This is Rietveld 408576698