| Index: chrome/browser/chromeos/login/wallpaper_manager.h
|
| diff --git a/chrome/browser/chromeos/login/wallpaper_manager.h b/chrome/browser/chromeos/login/wallpaper_manager.h
|
| index 2ce442c4da802017687821113240be615b500220..f48d2cbc2be87dc065714b76308862587a4d04fe 100644
|
| --- a/chrome/browser/chromeos/login/wallpaper_manager.h
|
| +++ b/chrome/browser/chromeos/login/wallpaper_manager.h
|
| @@ -288,6 +288,9 @@ class WallpaperManager: public content::NotificationObserver {
|
| // Removes given observer from the list.
|
| void RemoveObserver(Observer* observer);
|
|
|
| + // Enable surprise me wallpaper mode.
|
| + void EnableSurpriseMe();
|
| +
|
| private:
|
| friend class TestApi;
|
| friend class WallpaperManagerBrowserTest;
|
|
|