| Index: ui/views/controls/menu/menu_insertion_delegate_win.h
|
| diff --git a/ui/views/controls/menu/menu_insertion_delegate_win.h b/ui/views/controls/menu/menu_insertion_delegate_win.h
|
| deleted file mode 100644
|
| index b6f3697996a079aaf845486285c167b75bc3b43f..0000000000000000000000000000000000000000
|
| --- a/ui/views/controls/menu/menu_insertion_delegate_win.h
|
| +++ /dev/null
|
| @@ -1,23 +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_CONTROLS_MENU_MENU_INSERTION_DELEGATE_WIN_H_
|
| -#define UI_VIEWS_CONTROLS_MENU_MENU_INSERTION_DELEGATE_WIN_H_
|
| -
|
| -#include <windows.h>
|
| -
|
| -namespace views {
|
| -
|
| -class MenuInsertionDelegateWin {
|
| - public:
|
| - // Returns the index to insert items into the menu at.
|
| - virtual int GetInsertionIndex(HMENU native_menu) = 0;
|
| -
|
| - protected:
|
| - virtual ~MenuInsertionDelegateWin() {}
|
| -};
|
| -
|
| -} // namespace views
|
| -
|
| -#endif // UI_VIEWS_CONTROLS_MENU_MENU_INSERTION_DELEGATE_WIN_H_
|
|
|