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

Unified Diff: components/autofill/browser/autofill_manager_delegate.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/browser/autofill_manager_delegate.h
diff --git a/components/autofill/browser/autofill_manager_delegate.h b/components/autofill/browser/autofill_manager_delegate.h
index 750a1821a70b75f5cbf97a8f2453d303b2957d00..731cbe74dc49cdd96383bc892364bfaf35176fd5 100644
--- a/components/autofill/browser/autofill_manager_delegate.h
+++ b/components/autofill/browser/autofill_manager_delegate.h
@@ -116,6 +116,7 @@ class AutofillManagerDelegate {
// notified of popup events.
virtual void ShowAutofillPopup(
const gfx::RectF& element_bounds,
+ bool is_rtl,
Ilya Sherman 2013/06/06 09:04:04 Ditto
csharp 2013/06/06 14:13:53 Done.
const std::vector<base::string16>& values,
const std::vector<base::string16>& labels,
const std::vector<base::string16>& icons,

Powered by Google App Engine
This is Rietveld 408576698