| Index: ash/desktop_background/desktop_background_controller.h
|
| diff --git a/ash/desktop_background/desktop_background_controller.h b/ash/desktop_background/desktop_background_controller.h
|
| index a531001f57bc6ea46f4680bdd34db04bb71517b6..d6a98f01ee3def1493313aecd5efc36eafd50651 100644
|
| --- a/ash/desktop_background/desktop_background_controller.h
|
| +++ b/ash/desktop_background/desktop_background_controller.h
|
| @@ -19,8 +19,9 @@ class UserWallpaperDelegate {
|
| public:
|
| virtual ~UserWallpaperDelegate() {}
|
|
|
| - // Gets the index of user selected wallpaper.
|
| - virtual const int GetUserWallpaperIndex() = 0;
|
| + // Loads logged in user wallpaper asynchronously and sets to current wallpaper
|
| + // after loaded.
|
| + virtual void SetLoggedInUserWallpaper() = 0;
|
|
|
| // Opens the set wallpaper page in the browser.
|
| virtual void OpenSetWallpaperPage() = 0;
|
| @@ -58,10 +59,6 @@ class ASH_EXPORT DesktopBackgroundController {
|
| // Cancels the current wallpaper loading operation.
|
| void CancelPendingWallpaperOperation();
|
|
|
| - // Loads logged in user wallpaper asynchronously and sets to current wallpaper
|
| - // after loaded.
|
| - void SetLoggedInUserWallpaper();
|
| -
|
| // Sets the desktop background to solid color mode and creates a solid color
|
| // layout.
|
| void SetDesktopBackgroundSolidColorMode();
|
|
|