| Index: chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler2.h
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler2.h b/chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler2.h
|
| index d4c177c6672fdc3c2e352f2f7f4c51696f64cb47..da162ed4f3b9abe82f0c8f60c9fdd221b61e6526 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler2.h
|
| +++ b/chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler2.h
|
| @@ -40,8 +40,11 @@ class SetWallpaperOptionsHandler : public ::options2::OptionsPageUIHandler{
|
| // Handles page shown event.
|
| void HandlePageShown(const base::ListValue* args);
|
|
|
| - // Selects one of the available images.
|
| - void HandleSelectImage(const base::ListValue* args);
|
| + // Selects one of the available default wallpapers.
|
| + void HandleDefaultWallpaper(const base::ListValue* args);
|
| +
|
| + // Sets user wallpaper to a random one from the default wallpapers.
|
| + void HandleRandomWallpaper(const base::ListValue* args);
|
|
|
| // Returns handle to browser window or NULL if it can't be found.
|
| gfx::NativeWindow GetBrowserWindow() const;
|
|
|