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

Unified Diff: components/autofill/common/autocheckout_status.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/autocheckout_status.h
diff --git a/components/autofill/common/autocheckout_status.h b/components/autofill/common/autocheckout_status.h
index a0bfcddc73015cfbdbd99ca79e92dfbd48e2674b..182bba82a27a2e9b6b68c0266374046546411e9f 100644
--- a/components/autofill/common/autocheckout_status.h
+++ b/components/autofill/common/autocheckout_status.h
@@ -14,6 +14,7 @@ enum AutocheckoutStatus {
MISSING_CLICK_ELEMENT_BEFORE_FORM_FILLING,
MISSING_CLICK_ELEMENT_AFTER_FORM_FILLING,
CANNOT_PROCEED,
+ AUTOCHECKOUT_STATUS_NUM_STATUS,
};
} // namespace autofill
« no previous file with comments | « components/autofill/browser/test_autofill_manager_delegate.cc ('k') | components/autofill/common/autofill_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698