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

Unified Diff: components/autofill/content/public/interfaces/BUILD.gn

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/BUILD.gn
diff --git a/components/autofill/content/public/interfaces/BUILD.gn b/components/autofill/content/public/interfaces/BUILD.gn
index 9278f4b640fbf26649a45047c0ef4ce56acd32c8..ea583e7bb5ddc39e993535b7d2d2596bd6fa6b77 100644
--- a/components/autofill/content/public/interfaces/BUILD.gn
+++ b/components/autofill/content/public/interfaces/BUILD.gn
@@ -15,8 +15,6 @@ mojom("interfaces") {
"//mojo/common:common_custom_types",
"//ui/gfx/geometry/mojo",
]
-
- use_new_wrapper_types = false
}
mojom("types") {
@@ -29,8 +27,6 @@ mojom("types") {
"//url/mojo:url_mojom_gurl",
"//url/mojo:url_mojom_origin",
]
-
- use_new_wrapper_types = false
}
mojom("test_types") {
@@ -41,6 +37,4 @@ mojom("test_types") {
public_deps = [
":types",
]
-
- use_new_wrapper_types = false
}

Powered by Google App Engine
This is Rietveld 408576698