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

Unified Diff: extensions/common/typemaps.gni

Issue 2952353002: Extensions: Pass current channel and feature session type to extension unpack utility process. (Closed)
Patch Set: Use a single file to hold enum traits. 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
« no previous file with comments | « extensions/common/manifest_location_param_traits.h ('k') | extensions/utility/utility_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « extensions/common/manifest_location_param_traits.h ('k') | extensions/utility/utility_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698