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

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

Issue 2290473004: Rename ash desktop_background to wallpaper. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « ash/display/window_tree_host_manager_unittest.cc ('k') | ash/mus/container_ids.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bf77255cb58e7cab5186892f8fa28446fd467e96 100644
--- a/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
+++ b/ash/mus/accelerators/accelerator_controller_delegate_mus.cc
@@ -20,12 +20,12 @@ 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_DEVICE_SCALE_FACTOR:
case DEBUG_TOGGLE_ROOT_WINDOW_FULL_SCREEN:
case DEBUG_TOGGLE_SHOW_DEBUG_BORDERS:
case DEBUG_TOGGLE_SHOW_FPS_COUNTER:
case DEBUG_TOGGLE_SHOW_PAINT_RECTS:
+ case DEBUG_TOGGLE_WALLPAPER_MODE:
case FOCUS_SHELF:
case LAUNCH_APP_0:
case LAUNCH_APP_1:
« no previous file with comments | « ash/display/window_tree_host_manager_unittest.cc ('k') | ash/mus/container_ids.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698