| 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 e32280c538abc08b72f7e68554e19db9dde85738..2a5538e1aa25e394d003ead249c99f6cbd9aa13e 100644
|
| --- a/chrome/browser/chromeos/login/wallpaper_manager.h
|
| +++ b/chrome/browser/chromeos/login/wallpaper_manager.h
|
| @@ -221,6 +221,9 @@ class WallpaperManager: public content::NotificationObserver {
|
|
|
| // Returns the appropriate wallpaper resolution for all root windows.
|
| static WallpaperResolution GetAppropriateResolution();
|
| + // This is a temporary variant of the previous method to investigate
|
| + // a problem with WallpaperManagetBrowserTest.
|
| + static WallpaperResolution GetAppropriateResolutionForTesting();
|
|
|
| void SetCommandLineForTesting(base::CommandLine* command_line);
|
|
|
|
|