Index: ash/shell_delegate.h |
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h |
index 9744190b6e1d0db629a868efa963a0b1e5d607af..abcb72a8376b82fbe041a7d838d9daed275a4135 100644 |
--- a/ash/shell_delegate.h |
+++ b/ash/shell_delegate.h |
@@ -30,6 +30,7 @@ struct LauncherItem; |
class ScreenshotDelegate; |
class SystemTray; |
class SystemTrayDelegate; |
+class UserWallpaperDelegate; |
// Delegate of the Shell. |
class ASH_EXPORT ShellDelegate { |
@@ -84,6 +85,9 @@ class ASH_EXPORT ShellDelegate { |
// Creates a system-tray delegate. Shell takes ownership of the delegate. |
virtual SystemTrayDelegate* CreateSystemTrayDelegate(SystemTray* tray) = 0; |
+ |
+ // Creates a user wallpaper delegate. Shell takes ownership of the delegate. |
+ virtual UserWallpaperDelegate* CreateUserWallpaperDelegate() = 0; |
}; |
} // namespace ash |