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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.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/ui/webui/options/browser_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
index c7256dbe1f248db1bc9c08624c799f7669ae58f9..212aaba1bb6a4f0d5e273f7e5c1a7a79d68a72c7 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -118,7 +118,6 @@
#if defined(OS_CHROMEOS)
#include "ash/common/accessibility_types.h" // nogncheck
#include "ash/common/system/chromeos/devicetype_utils.h" // nogncheck
-#include "ash/common/wallpaper/wallpaper_delegate.h" // nogncheck
#include "ash/shell.h" // nogncheck
#include "chrome/browser/browser_process_platform_part.h"
#include "chrome/browser/chromeos/accessibility/accessibility_util.h"
@@ -1895,7 +1894,7 @@ void BrowserOptionsHandler::HandleRefreshExtensionControlIndicators(
#if defined(OS_CHROMEOS)
void BrowserOptionsHandler::HandleOpenWallpaperManager(
const base::ListValue* args) {
- ash::WmShell::Get()->wallpaper_delegate()->OpenSetWallpaperPage();
+ chromeos::WallpaperManager::Get()->Open();
}
void BrowserOptionsHandler::VirtualKeyboardChangeCallback(
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_context_menu.cc ('k') | chrome/browser/ui/webui/settings/appearance_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698