Index: public/web/WebAutofillClient.h |
diff --git a/public/web/WebAutofillClient.h b/public/web/WebAutofillClient.h |
index bb808083cb955f9b8995b5d968dc776794ea0441..8b13aa0c156330d76999cbcbbf4797d5bb032231 100644 |
--- a/public/web/WebAutofillClient.h |
+++ b/public/web/WebAutofillClient.h |
@@ -43,16 +43,6 @@ template <typename T> class WebVector; |
class WebAutofillClient { |
public: |
- enum { |
- MenuItemIDAutocompleteEntry = 0, |
- MenuItemIDWarningMessage = -1, |
- MenuItemIDPasswordEntry = -2, |
- MenuItemIDSeparator = -3, |
- MenuItemIDClearForm = -4, |
- MenuItemIDAutofillOptions = -5, |
- MenuItemIDDataListEntry = -6 |
- }; |
- |
// Informs the browser an interactive autocomplete has been requested. |
virtual void didRequestAutocomplete(WebFrame*, const WebFormElement&) { } |