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

Unified Diff: ash/desktop_background/desktop_background_controller.h

Issue 10829178: Revert 149915 - Use low resolution wallpapers for small screens (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/desktop_background/desktop_background_controller.h
===================================================================
--- ash/desktop_background/desktop_background_controller.h (revision 149939)
+++ ash/desktop_background/desktop_background_controller.h (working copy)
@@ -71,10 +71,8 @@
void OnRootWindowAdded(aura::RootWindow* root_window);
// Loads default wallpaper at |index| asynchronously and sets to current
- // wallpaper after loaded. When |force_reload| is true, reload wallpaper
- // for all root windows even if |index| is the same as current wallpaper. It
- // must be true when a different resolution of current wallpaper is needed.
- void SetDefaultWallpaper(int index, bool force_reload);
+ // wallpaper after loaded.
+ void SetDefaultWallpaper(int index);
// Sets the user selected custom wallpaper. Called when user selected a file
// from file system or changed the layout of wallpaper.
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698