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

Unified Diff: views/controls/textfield/native_textfield_views.h

Issue 7104013: Convert NativeTextFieldViews context menu from Menu2 to MenuItemView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test. Created 9 years, 7 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
Index: views/controls/textfield/native_textfield_views.h
diff --git a/views/controls/textfield/native_textfield_views.h b/views/controls/textfield/native_textfield_views.h
index 0031144cb3c8fd58834d04d8a6140342274d43c9..6c2c175ee950cfbedc5320ffb19f6384180a3fc6 100644
--- a/views/controls/textfield/native_textfield_views.h
+++ b/views/controls/textfield/native_textfield_views.h
@@ -28,7 +28,6 @@ namespace views {
class FocusableBorder;
class KeyEvent;
-class Menu2;
// A views/skia only implementation of NativeTextfieldWrapper.
// No platform specific code is used.
@@ -267,7 +266,6 @@ class NativeTextfieldViews : public View,
// Context menu and its content list for the textfield.
scoped_ptr<ui::SimpleMenuModel> context_menu_contents_;
- scoped_ptr<Menu2> context_menu_menu_;
DISALLOW_COPY_AND_ASSIGN(NativeTextfieldViews);
};
« no previous file with comments | « no previous file | views/controls/textfield/native_textfield_views.cc » ('j') | views/controls/textfield/native_textfield_views.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698