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

Unified Diff: ash/mus/accelerators/accelerator_controller_delegate_mus.cc

Issue 2290473004: Rename ash desktop_background to wallpaper. (Closed)
Patch Set: Cleanup Created 4 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/mus/accelerators/accelerator_controller_delegate_mus.cc
diff --git a/ash/mus/accelerators/accelerator_controller_delegate_mus.cc b/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
index 2de31d4bcdb130e53bee1d5b0423f193a7cd7846..a43a0a3ab081df7a297bd3ca5c79ca0e5dc0367f 100644
--- a/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
+++ b/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
@@ -20,7 +20,7 @@ bool AcceleratorControllerDelegateMus::HandlesAction(AcceleratorAction action) {
// mus, then they should be removed from AcceleratorAction.
// http://crbug.com/612331.
switch (action) {
- case DEBUG_TOGGLE_DESKTOP_BACKGROUND_MODE:
+ case DEBUG_TOGGLE_WALLPAPER_MODE:
James Cook 2016/08/30 05:18:19 nit: alphabetize
msw 2016/08/30 16:07:59 Done.
case DEBUG_TOGGLE_DEVICE_SCALE_FACTOR:
case DEBUG_TOGGLE_ROOT_WINDOW_FULL_SCREEN:
case DEBUG_TOGGLE_SHOW_DEBUG_BORDERS:

Powered by Google App Engine
This is Rietveld 408576698