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

Unified Diff: extensions/common/typemaps.gni

Issue 2952353002: Extensions: Pass current channel and feature session type to extension unpack utility process. (Closed)
Patch Set: Nit. Created 3 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: extensions/common/typemaps.gni
diff --git a/extensions/common/typemaps.gni b/extensions/common/typemaps.gni
index 15eaa2692993efb9ab132e5dfb7a14f6eda886dc..9f9b8cb74f37890bdce1be56e240ac237ccba6d1 100644
--- a/extensions/common/typemaps.gni
+++ b/extensions/common/typemaps.gni
@@ -3,6 +3,6 @@
# found in the LICENSE file.
typemaps = [
- "//extensions/common/manifest_location.typemap",
+ "//extensions/common/extension_unpacker.typemap",
"//extensions/common/manifest_parser.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698