Index: chrome/browser/ui/extensions/shell_window.h |
=================================================================== |
--- chrome/browser/ui/extensions/shell_window.h (revision 167502) |
+++ chrome/browser/ui/extensions/shell_window.h (working copy) |
@@ -55,8 +55,8 @@ |
Frame frame; |
// Specify the initial bounds of the window. INT_MIN designates |
- // 'unspecified' for the position components, and 0 for the size components. |
- // When unspecified, they should be replaced with a default value. |
+ // '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; |