| 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 8e2c509048dca73a2930402733594e58826bcb9c..ab8ddf8739f2d07093d8d9b81ab2437dba45c60c 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.
|
|
|