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

Unified Diff: ash/accelerators/accelerator_controller.cc

Issue 10492003: Use a #fefefe solid color wallpaper background before user login for GAIA login flow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 6 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_controller.cc
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
index b3435d3333d5febf7b6b7c8382545f45c59f0a50..1c3da9ff18edd2d43e9c64e1438bec19b3995f4f 100644
--- a/ash/accelerators/accelerator_controller.cc
+++ b/ash/accelerators/accelerator_controller.cc
@@ -159,10 +159,11 @@ bool HandleToggleDesktopBackgroundMode() {
Shell::GetInstance()->desktop_background_controller();
if (desktop_background_controller->desktop_background_mode() ==
DesktopBackgroundController::BACKGROUND_IMAGE) {
- desktop_background_controller->SetDesktopBackgroundSolidColorMode();
+ desktop_background_controller->SetDesktopBackgroundSolidColorMode(
+ SK_ColorBLACK);
} else {
- Shell::GetInstance()->user_wallpaper_delegate()->
- SetLoggedInUserWallpaper();
+ ash::Shell::GetInstance()->user_wallpaper_delegate()->
+ InitializeWallpaper();
}
return true;
}
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698