| Index: ui/views/window/frame_buttons.h
|
| diff --git a/ui/views/window/frame_buttons.h b/ui/views/window/frame_buttons.h
|
| deleted file mode 100644
|
| index d534356754dc462410f6704395d1f7d15e5df8f3..0000000000000000000000000000000000000000
|
| --- a/ui/views/window/frame_buttons.h
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef UI_VIEWS_WINDOW_FRAME_BUTTONS_H_
|
| -#define UI_VIEWS_WINDOW_FRAME_BUTTONS_H_
|
| -
|
| -namespace views {
|
| -
|
| -// Identifies what a button in a window frame is.
|
| -enum FrameButton {
|
| - FRAME_BUTTON_MINIMIZE,
|
| - FRAME_BUTTON_MAXIMIZE,
|
| - FRAME_BUTTON_CLOSE
|
| -};
|
| -
|
| -} // namespace views
|
| -
|
| -#endif // UI_VIEWS_WINDOW_FRAME_BUTTONS_H_
|
|
|