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

Unified Diff: chrome/test/base/test_browser_window.cc

Issue 14031021: Save and restore State for ShellWindows, including panels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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/test/base/test_browser_window.cc
diff --git a/chrome/test/base/test_browser_window.cc b/chrome/test/base/test_browser_window.cc
index e45419497d8aeea58db4ce7be1bbd0e2222270f8..25102b219764f5c324d9d3462aeeab0c8cb9c799 100644
--- a/chrome/test/base/test_browser_window.cc
+++ b/chrome/test/base/test_browser_window.cc
@@ -38,6 +38,10 @@ gfx::Rect TestBrowserWindow::GetRestoredBounds() const {
return gfx::Rect();
}
+ui::WindowShowState TestBrowserWindow::GetRestoredState() const {
+ return ui::SHOW_STATE_DEFAULT;
+}
+
gfx::Rect TestBrowserWindow::GetBounds() const {
return gfx::Rect();
}
« no previous file with comments | « chrome/test/base/test_browser_window.h ('k') | chrome/test/data/extensions/platform_apps/restore_state/empty.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698