Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: ash/desktop_background/desktop_background_controller.h

Issue 10837089: Use low resolution wallpaper for small screens. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b575654bdd60a65231d974e51d94eb54d41cd78e..24baecec2abf555f6e88779e39933933a2191d1c 100644
--- a/ash/desktop_background/desktop_background_controller.h
+++ b/ash/desktop_background/desktop_background_controller.h
@@ -72,7 +72,7 @@ class ASH_EXPORT DesktopBackgroundController {
// Loads default wallpaper at |index| asynchronously and sets to current
// wallpaper after loaded.
sky 2012/08/03 18:16:15 Document what |force_reload| means.
bshe 2012/08/03 19:35:11 Done.
- void SetDefaultWallpaper(int index);
+ void SetDefaultWallpaper(int index, bool force_reload);
// Sets the user selected custom wallpaper. Called when user selected a file
// from file system or changed the layout of wallpaper.

Powered by Google App Engine
This is Rietveld 408576698