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

Unified Diff: components/autofill/content/public/interfaces/autofill_driver.mojom

Issue 2180093002: [Autofill] Switch on use_new_wrapper_types mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nit Created 4 years, 5 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/content/public/interfaces/autofill_driver.mojom
diff --git a/components/autofill/content/public/interfaces/autofill_driver.mojom b/components/autofill/content/public/interfaces/autofill_driver.mojom
index 893adbdfed1713ae4802aa2525226c5737ddf97f..c32798abbe4d82b2b214b9effb08537eb755aa18 100644
--- a/components/autofill/content/public/interfaces/autofill_driver.mojom
+++ b/components/autofill/content/public/interfaces/autofill_driver.mojom
@@ -55,5 +55,6 @@ interface AutofillDriver {
DidEndTextFieldEditing();
// Informs browser of data list values for the current field.
- SetDataList(array<string> values, array<string> labels);
+ SetDataList(array<mojo.common.mojom.String16> values,
+ array<mojo.common.mojom.String16> labels);
};

Powered by Google App Engine
This is Rietveld 408576698