| Index: chrome/browser/ui/autofill/autofill_popup_controller.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller.h b/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| index ed2326cc078175342ee8028d0ca101ecab6a0901..bd01635225b5b334fa2151095753f5bdf6121b60 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| @@ -67,6 +67,9 @@ class AutofillPopupController {
|
| // The bounds of the form field element (screen coordinates).
|
| virtual const gfx::RectF& element_bounds() const = 0;
|
|
|
| + // If the current popup should be displayed in RTL mode.
|
| + virtual bool IsRTL() const = 0;
|
| +
|
| // TODO(csharp): The names, subtexts and icon getters can probably be adjusted
|
| // to take in the row index and return a single element, instead of the
|
| // whole vector.
|
|
|