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

Unified Diff: public/web/WebPopupType.h

Issue 803943002: Remove old PopupContainer/PopupListBox popup menu Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | « Source/web/web.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPopupType.h
diff --git a/public/web/WebPopupType.h b/public/web/WebPopupType.h
index f9b4956305d8c9bd13c47da0117a315ac70f910b..d013c9c54929750f3832cacb15caa7878f249a59 100644
--- a/public/web/WebPopupType.h
+++ b/public/web/WebPopupType.h
@@ -35,8 +35,6 @@ namespace blink {
enum WebPopupType {
WebPopupTypeNone, // Not a popup.
- WebPopupTypeSelect, // An HTML select (combo-box) popup.
- WebPopupTypeSuggestion, // An autofill/autocomplete popup.
WebPopupTypePage, // An HTML-capable popup.
WebPopupTypeLast = WebPopupTypePage
};
« no previous file with comments | « Source/web/web.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698