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

Unified Diff: components/autofill/common/forms_seen_state.h

Issue 15769018: [Autofill] Determine Popup RTLness from page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android compile Created 7 years, 6 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: components/autofill/common/forms_seen_state.h
diff --git a/components/autofill/common/forms_seen_state.h b/components/autofill/common/forms_seen_state.h
index 5f6f582f5d963091c724b0c1eaacbc408ffa0fb2..da417f96b54d3180e2b3b77168e98c454f911cc1 100644
--- a/components/autofill/common/forms_seen_state.h
+++ b/components/autofill/common/forms_seen_state.h
@@ -15,6 +15,8 @@ enum FormsSeenState {
PARTIAL_FORMS_SEEN = 1,
// Forms were added dynamically post-page load.
DYNAMIC_FORMS_SEEN = 2,
+ // Number of states.
+ FORMS_SEEN_STATE_NUM_STATES = 3,
};
} // namespace autofill
« no previous file with comments | « components/autofill/common/form_field_data.cc ('k') | components/autofill/content/browser/wallet/wallet_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698