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

Unified Diff: chrome/browser/chromeos/background/ash_wallpaper_delegate.cc

Issue 2413503002: Cleanup mojo Wallpaper interfaces for mash. (Closed)
Patch Set: Sync and rebase again... 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/browser/chromeos/background/ash_wallpaper_delegate.cc
diff --git a/chrome/browser/chromeos/background/ash_wallpaper_delegate.cc b/chrome/browser/chromeos/background/ash_wallpaper_delegate.cc
index 98ce8641310c370db16864734336d822c7210e10..780106103219728fdbb5bb29a046a03f525fb245 100644
--- a/chrome/browser/chromeos/background/ash_wallpaper_delegate.cc
+++ b/chrome/browser/chromeos/background/ash_wallpaper_delegate.cc
@@ -86,11 +86,6 @@ class WallpaperDelegate : public ash::WallpaperDelegate {
chromeos::WallpaperManager::Get()->InitializeWallpaper();
}
- void OpenSetWallpaperPage() override {
- if (CanOpenSetWallpaperPage())
- wallpaper_manager_util::OpenWallpaperManager();
- }
-
bool CanOpenSetWallpaperPage() override {
const LoginState* login_state = LoginState::Get();
const LoginState::LoggedInUserType user_type =
« no previous file with comments | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | chrome/browser/chromeos/chrome_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698