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

Unified Diff: public/web/WebAutofillClient.h

Issue 133783003: Removing the autofill enum which does not have reference in blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&) { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698