| Index: ash/frame/caption_buttons/caption_button_types.h
|
| diff --git a/ash/frame/caption_buttons/caption_button_types.h b/ash/frame/caption_buttons/caption_button_types.h
|
| index b481a02f6fe8d9ee82f06816694cb6c84b98a8f9..7cf625aa18fb4d4f2d97ac6a8d44d3719465b838 100644
|
| --- a/ash/frame/caption_buttons/caption_button_types.h
|
| +++ b/ash/frame/caption_buttons/caption_button_types.h
|
| @@ -7,14 +7,6 @@
|
|
|
| namespace ash {
|
|
|
| -// These are the types of maximization we know.
|
| -enum MaximizeBubbleFrameState {
|
| - FRAME_STATE_NONE = 0,
|
| - FRAME_STATE_FULL = 1, // This is the full maximized state.
|
| - FRAME_STATE_SNAP_LEFT = 2,
|
| - FRAME_STATE_SNAP_RIGHT = 3
|
| -};
|
| -
|
| // These are the icon types that a caption button can have. The size button's
|
| // action (SnapType) can be different from its icon.
|
| enum CaptionButtonIcon {
|
|
|