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

Unified Diff: ui/views/controls/menu/menu_config.cc

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_config.h ('k') | ui/views/controls/menu/menu_config_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_config.cc
diff --git a/ui/views/controls/menu/menu_config.cc b/ui/views/controls/menu/menu_config.cc
deleted file mode 100644
index 9eaba83f6db9d81b5077c5aca3f5a760f32dcaf0..0000000000000000000000000000000000000000
--- a/ui/views/controls/menu/menu_config.cc
+++ /dev/null
@@ -1,51 +0,0 @@
-// Copyright (c) 2012 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.
-
-#include "ui/views/controls/menu/menu_config.h"
-
-#include "build/build_config.h"
-
-namespace views {
-
-MenuConfig::MenuConfig(const ui::NativeTheme* theme)
- : arrow_color(SK_ColorBLACK),
- menu_vertical_border_size(3),
- menu_horizontal_border_size(0),
- submenu_horizontal_inset(3),
- item_top_margin(4),
- item_bottom_margin(3),
- item_no_icon_top_margin(4),
- item_no_icon_bottom_margin(4),
- item_left_margin(10),
- label_to_arrow_padding(10),
- arrow_to_edge_padding(5),
- icon_to_label_padding(10),
- gutter_to_label(5),
- check_width(16),
- check_height(16),
- radio_width(16),
- arrow_width(9),
- gutter_width(0),
- separator_height(11),
- separator_upper_height(3),
- separator_lower_height(4),
- separator_spacing_height(3),
- render_gutter(false),
- show_mnemonics(false),
- scroll_arrow_height(3),
- label_to_minor_text_padding(10),
- item_min_height(0),
- show_accelerators(true),
- always_use_icon_to_label_padding(false),
- align_arrow_and_shortcut(false),
- offset_context_menus(false),
- native_theme(theme),
- show_delay(400),
- corner_radius(0) {
- Init(theme);
-}
-
-MenuConfig::~MenuConfig() {}
-
-} // namespace views
« no previous file with comments | « ui/views/controls/menu/menu_config.h ('k') | ui/views/controls/menu/menu_config_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698