Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 060b720227f1923caa77eb3ddc19f204d30b0e62..d505f9efe42c1497aa27ce0d3141f7a0aa87fc15 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 ////////////////////////////////////////// |