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

Unified Diff: chrome/browser/ui/browser.h

Issue 9359022: Aura: Support hovering restore & close buttons for full screen apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added new test for tab restore 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/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 5baf2c810441942413a5b87bcf62c2ae8a29d979..a76d59f6c74b1ef6730d87f0730c961df5c6a9e8 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -149,6 +149,10 @@ class Browser : public TabHandlerDelegate,
// The bounds of the window to open.
gfx::Rect initial_bounds;
+
+ ui::WindowShowState initial_show_state;
+
+ bool is_session_restore;
};
// Constructors, Creation, Showing //////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698