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: extensions/test/data/extensions_test_content_utility_manifest_overlay.json

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Set the IPC enum traits limit to extensions::Manifest::NUM_LOCATIONS - 1. Created 3 years, 9 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/typemaps.gni ('k') | extensions/test/test_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/extensions_test_content_utility_manifest_overlay.json
diff --git a/extensions/test/data/extensions_test_content_utility_manifest_overlay.json b/extensions/test/data/extensions_test_content_utility_manifest_overlay.json
new file mode 100644
index 0000000000000000000000000000000000000000..7614da8597176d677317c7d3c8d65cdd8925316b
--- /dev/null
+++ b/extensions/test/data/extensions_test_content_utility_manifest_overlay.json
@@ -0,0 +1,12 @@
+{
+ "name": "content_utility",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "browser": [
+ "extensions::mojom::ExtensionUnpacker"
+ ]
+ }
+ }
+ }
+}
« no previous file with comments | « extensions/common/typemaps.gni ('k') | extensions/test/test_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698