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

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

Issue 11362003: Make app windows restore position even if bounds are explicitly specified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/extensions/shell_window.h
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
index 8cd458f1cee915154d97389602b5af02dae32036..d2bf4f65c1d1e3d5a0dcd24aceabe788873d06cf 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -58,9 +58,6 @@ class ShellWindow : public content::NotificationObserver,
// 'unspecified' for any coordinate, and should be replaced with a default
// value.
gfx::Rect bounds;
- // Specify if bounds should be restored from a previous time.
- bool restore_position;
- bool restore_size;
gfx::Size minimum_size;
gfx::Size maximum_size;

Powered by Google App Engine
This is Rietveld 408576698