Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(870)

Unified Diff: ui/views/controls/menu/menu_types.h

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/controls/menu/menu_separator_win.cc ('k') | ui/views/controls/menu/menu_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_types.h
diff --git a/ui/views/controls/menu/menu_types.h b/ui/views/controls/menu/menu_types.h
deleted file mode 100644
index 160dd5ae3d1f9c5b4a9e3304511234f1931dc909..0000000000000000000000000000000000000000
--- a/ui/views/controls/menu/menu_types.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2014 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_TYPES_H_
-#define UI_VIEWS_CONTROLS_MENU_MENU_TYPES_H_
-
-namespace views {
-
-// Where a popup menu should be anchored to for non-RTL languages. The opposite
-// position will be used if base::i18n:IsRTL() is true. The BUBBLE flags are
-// used when the menu should get enclosed by a bubble. Note that BUBBLE flags
-// should only be used with menus which have no children.
-enum MenuAnchorPosition {
- MENU_ANCHOR_TOPLEFT,
- MENU_ANCHOR_TOPRIGHT,
- MENU_ANCHOR_BOTTOMCENTER,
- MENU_ANCHOR_BUBBLE_LEFT,
- MENU_ANCHOR_BUBBLE_RIGHT,
- MENU_ANCHOR_BUBBLE_ABOVE,
- MENU_ANCHOR_BUBBLE_BELOW
-};
-
-} // namespace views
-
-#endif // UI_VIEWS_CONTROLS_MENU_MENU_TYPES_H_
« no previous file with comments | « ui/views/controls/menu/menu_separator_win.cc ('k') | ui/views/controls/menu/menu_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698