| Index: ui/base/ui_base_types.h
|
| diff --git a/ui/base/ui_base_types.h b/ui/base/ui_base_types.h
|
| index b40815ac432c49097cfc786d7690d649e2c35481..4ed9f25cfd53b807ac46a839b175754977b7e9f2 100644
|
| --- a/ui/base/ui_base_types.h
|
| +++ b/ui/base/ui_base_types.h
|
| @@ -20,7 +20,8 @@ enum WindowShowState {
|
| SHOW_STATE_MAXIMIZED = 3,
|
| SHOW_STATE_INACTIVE = 4, // Views only, not persisted.
|
| SHOW_STATE_FULLSCREEN = 5,
|
| - SHOW_STATE_END = 6 // The end of show state enum.
|
| + SHOW_STATE_DOCKED = 6,
|
| + SHOW_STATE_END = 7 // The end of show state enum.
|
| };
|
|
|
| // Dialog button identifiers used to specify which buttons to show the user.
|
|
|