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

Unified Diff: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json

Issue 2434463004: mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. (Closed)
Patch Set: Actually rename the browser test. Created 4 years, 2 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: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
diff --git a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json b/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
index b17d989a923cb67e35202e1c5a8f4603baaf1cf8..4fa1cb86e9550de49838b45aca4bd944cdf76850 100644
--- a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
+++ b/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
@@ -10,6 +10,7 @@
"service_manager:connector": {
"provides": {
"content_browser:ash": [
+ "ash::mojom::NewWindowClient",
"ash::mojom::SystemTrayClient",
"ash::mojom::WallpaperManager",
"app_list::mojom::AppListPresenter",
@@ -19,7 +20,8 @@
"requires": {
"service:ash": [ "ash" ],
"service:accessibility_autoclick": [ "ash:autoclick" ],
- "service:mash_session": [ "app" ]
+ "service:mash_session": [ "app" ],
+ "service:task_viewer": [ "mash:launchable" ]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698