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

Unified Diff: components/autofill/android/java/src/org/chromium/components/autofill/AutofillDelegate.java

Issue 2811803002: Fixes accessibility navigation out of autofill popup. (Closed)
Patch Set: Renames OnAutofillPopupAccessibilityFocusCleared to GetIdForElementAfterElementHostingAutofillPopup. Created 3 years, 8 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/android/java/src/org/chromium/components/autofill/AutofillDelegate.java
diff --git a/components/autofill/android/java/src/org/chromium/components/autofill/AutofillDelegate.java b/components/autofill/android/java/src/org/chromium/components/autofill/AutofillDelegate.java
index 1c5fab7de5466a3f5a2c2df09c4b483e84624f37..e50c43085df199ebf2f6f72d336e24ac0840feb5 100644
--- a/components/autofill/android/java/src/org/chromium/components/autofill/AutofillDelegate.java
+++ b/components/autofill/android/java/src/org/chromium/components/autofill/AutofillDelegate.java
@@ -25,4 +25,10 @@ public interface AutofillDelegate {
* @param listIndex The index of the suggestion to delete.
*/
public void deleteSuggestion(int listIndex);
+
+ /**
+ * Informs the controller the AutofillPopup received a
+ * {@code TYPE_VIEW_ACCESSIBILITY_FOCUS_CLEARED} accessibility event.
+ */
+ public void accessibilityFocusCleared();
}

Powered by Google App Engine
This is Rietveld 408576698