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

Unified Diff: extensions/test/data/extensions_test_content_utility_manifest_overlay.json

Issue 2699663003: Convert utility process extension ParseUpdate IPC to mojo (Closed)
Patch Set: Sync to ToT, see if git apply issue and try jobs are happy. Created 3 years, 10 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/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
index 7614da8597176d677317c7d3c8d65cdd8925316b..21285652a7a03e9d7ddcdadeb5ebc96ff1f21468 100644
--- a/extensions/test/data/extensions_test_content_utility_manifest_overlay.json
+++ b/extensions/test/data/extensions_test_content_utility_manifest_overlay.json
@@ -4,7 +4,8 @@
"service_manager:connector": {
"provides": {
"browser": [
- "extensions::mojom::ExtensionUnpacker"
+ "extensions::mojom::ExtensionUnpacker",
+ "extensions::mojom::ManifestParser"
]
}
}
« no previous file with comments | « extensions/shell/utility/shell_content_utility_client.cc ('k') | extensions/test/test_content_utility_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698