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

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

Issue 7809013: Remove Animation When "Resuming" Window in Lion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adds context parameter to BrowserWindow::Show(...) Created 9 years, 4 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/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index d2460053deee6ef4c00ed03a0befaac0ab5fdc96..58a0fd39063bcec86848cab23a3e45adb04dc23a 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -595,7 +595,7 @@ bool BrowserView::IsPositionInWindowCaption(const gfx::Point& point) {
///////////////////////////////////////////////////////////////////////////////
// BrowserView, BrowserWindow implementation:
-void BrowserView::Show() {
+void BrowserView::Show(BrowserWindow::ShowContext show_context) {
// The same fix as in BrowserWindowGtk::Show.
//
// The Browser must become the active browser when Show() is called.

Powered by Google App Engine
This is Rietveld 408576698