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

Unified Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: 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: chrome/browser/chrome_content_browser_manifest_overlay.json
diff --git a/chrome/browser/chrome_content_browser_manifest_overlay.json b/chrome/browser/chrome_content_browser_manifest_overlay.json
index 8f7fec4995c3a2835b0836d395e1d9689a157768..54d29c3e2a2afb1b373aa7ffc835e3835890969b 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -17,10 +17,11 @@
"metrics::mojom::CallStackProfileCollector"
],
"ash": [
+ // Under classic ash the browser provides ash interfaces to itself.
"ash::mojom::LocaleNotificationController",
"ash::mojom::NewWindowClient",
"ash::mojom::ShelfController",
- "ash::mojom::ShutdownClient",
+ "ash::mojom::ShutdownController",
"ash::mojom::SystemTray",
"ash::mojom::SystemTrayClient",
"ash::mojom::WallpaperController",

Powered by Google App Engine
This is Rietveld 408576698