| 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;
|
|
|