| 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 33286a7a14ab18d9f24e395c33070579f0a97f23..2f8b89cd041c3ea5a52f2c0a33d3734e9f3b1f38 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;
|
|
|