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

Unified Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2476343002: PaymentApp: Initial implementation for PaymentAppManager.setManifest(). (Closed)
Patch Set: fix lint error Created 4 years, 1 month 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: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index 520e3d73bad1a46139cb8d2c8d9fbb4d5e14e0b3..9f6b5987703f9261918c464aa813109b3a32fd34 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -34,7 +34,8 @@
"device::mojom::PowerMonitor",
"device::mojom::TimeZoneMonitor",
"media::mojom::ImageCapture",
- "memory_coordinator::mojom::MemoryCoordinatorHandle"
+ "memory_coordinator::mojom::MemoryCoordinatorHandle",
+ "payments::mojom::PaymentAppManager"
],
"service_manager:service_factory": [
"service_manager::mojom::ServiceFactory"

Powered by Google App Engine
This is Rietveld 408576698