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

Unified Diff: components/autofill/content/renderer/form_autofill_util.h

Issue 1007813002: [iOS] Upstream autofill component code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added dconnelly to OWNERS Created 5 years, 9 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 | « components/autofill.gypi ('k') | components/autofill/core/common/autofill_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/renderer/form_autofill_util.h
diff --git a/components/autofill/content/renderer/form_autofill_util.h b/components/autofill/content/renderer/form_autofill_util.h
index b3a299df1aeed4b62bf5d667346539e6ea07b507..a44a00afacf72d00fc948788172d8ee4fbf8d761 100644
--- a/components/autofill/content/renderer/form_autofill_util.h
+++ b/components/autofill/content/renderer/form_autofill_util.h
@@ -8,6 +8,7 @@
#include <vector>
#include "base/strings/string16.h"
+#include "components/autofill/core/common/autofill_constants.h"
#include "third_party/WebKit/public/platform/WebVector.h"
#include "third_party/WebKit/public/web/WebElementCollection.h"
#include "ui/gfx/geometry/rect.h"
@@ -30,12 +31,6 @@ struct FormData;
struct FormFieldData;
struct WebElementDescriptor;
-// A bit field mask for form or form element requirements.
-enum RequirementsMask {
- REQUIRE_NONE = 0, // No requirements.
- REQUIRE_AUTOCOMPLETE = 1, // Require that autocomplete != off.
-};
-
// A bit field mask to extract data from WebFormControlElement.
enum ExtractMask {
EXTRACT_NONE = 0,
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/common/autofill_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698