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

Unified Diff: content/shell/browser/content_shell_browser_manifest_overlay.json

Issue 2647233002: PaymentApp: Implement simulateInvokingPaymentApp() for LayoutTest.
Patch Set: PaymentApp: Implement invokePaymentApp() for LayoutTest. Created 3 years, 11 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 | « content/shell/BUILD.gn ('k') | content/shell/browser/layout_test/layout_test_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/content_shell_browser_manifest_overlay.json
diff --git a/content/shell/browser/content_shell_browser_manifest_overlay.json b/content/shell/browser/content_shell_browser_manifest_overlay.json
index 8613898edd6a40099f7c4b8c7d81474dc2a0bbfe..d3734468e8ae9c0651cd00abf435382c8cd5ae37 100644
--- a/content/shell/browser/content_shell_browser_manifest_overlay.json
+++ b/content/shell/browser/content_shell_browser_manifest_overlay.json
@@ -4,7 +4,8 @@
"service_manager:connector": {
"provides": {
"renderer": [
- "content::mojom::LayoutTestBluetoothFakeAdapterSetter"
+ "content::mojom::LayoutTestBluetoothFakeAdapterSetter",
+ "content::mojom::LayoutTestPaymentAppInvoker"
]
}
}
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/layout_test/layout_test_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698