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

Unified Diff: components/autofill/common/form_field_data.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
« no previous file with comments | « components/autofill/common/autofill_messages.h ('k') | components/autofill/common/form_field_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/common/form_field_data.h
diff --git a/components/autofill/common/form_field_data.h b/components/autofill/common/form_field_data.h
index 9b87d152602cf5f3eab3eca626f3b9869d916d8f..64f3cc2803714fb280f74294599eb93d35b0a13e 100644
--- a/components/autofill/common/form_field_data.h
+++ b/components/autofill/common/form_field_data.h
@@ -7,6 +7,7 @@
#include <vector>
+#include "base/i18n/rtl.h"
#include "base/strings/string16.h"
namespace autofill {
@@ -36,6 +37,7 @@ struct FormFieldData {
bool is_checkable;
bool is_focusable;
bool should_autocomplete;
+ base::i18n::TextDirection text_direction;
// For the HTML snippet |<option value="US">United States</option>|, the
// value is "US" and the contents are "United States".
« no previous file with comments | « components/autofill/common/autofill_messages.h ('k') | components/autofill/common/form_field_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698