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

Unified Diff: base/i18n/rtl.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: base/i18n/rtl.h
diff --git a/base/i18n/rtl.h b/base/i18n/rtl.h
index 5cae05eb5835736447e83874a220e1e97cea8fb9..c80d2f85777e6d31745057381618011fa549d45c 100644
--- a/base/i18n/rtl.h
+++ b/base/i18n/rtl.h
@@ -31,6 +31,7 @@ enum TextDirection {
UNKNOWN_DIRECTION = 0,
RIGHT_TO_LEFT = 1,
LEFT_TO_RIGHT = 2,
+ TEXT_DIRECTION_NUM_DIRECTIONS = 3,
};
// Get the locale that the currently running process has been configured to use.

Powered by Google App Engine
This is Rietveld 408576698