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

Unified Diff: ash/mus/wallpaper_delegate_mus.cc

Issue 2389133008: Mash: Replaces "exe:chrome" with "service:content_browser" (Closed)
Patch Set: rebase 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
« no previous file with comments | « ash/mus/manifest.json ('k') | chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/wallpaper_delegate_mus.cc
diff --git a/ash/mus/wallpaper_delegate_mus.cc b/ash/mus/wallpaper_delegate_mus.cc
index 290144249253118f93af6e9a40637e562b2827e1..18d59fc725d198548a6863a80d33a8094f04bb40 100644
--- a/ash/mus/wallpaper_delegate_mus.cc
+++ b/ash/mus/wallpaper_delegate_mus.cc
@@ -65,7 +65,7 @@ void WallpaperDelegateMus::InitializeWallpaper() {
void WallpaperDelegateMus::OpenSetWallpaperPage() {
mojom::WallpaperManagerPtr wallpaper_manager;
- connector_->ConnectToInterface("exe:chrome", &wallpaper_manager);
+ connector_->ConnectToInterface("service:content_browser", &wallpaper_manager);
wallpaper_manager->Open();
}
« no previous file with comments | « ash/mus/manifest.json ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698