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

Side by Side Diff: ash/mus/accelerators/accelerator_controller_delegate_mus.cc

Issue 2318223003: mash: Migrate wallpaper controllers to ash/common. (Closed)
Patch Set: Fix nit. Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/test/wm_test_helper.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/mus/accelerators/accelerator_controller_delegate_mus.h" 5 #include "ash/mus/accelerators/accelerator_controller_delegate_mus.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "mash/public/interfaces/launchable.mojom.h" 8 #include "mash/public/interfaces/launchable.mojom.h"
9 9
10 namespace ash { 10 namespace ash {
(...skipping 16 matching lines...) Expand all
27 // replicated here to make sure we don't forget any. This list should 27 // replicated here to make sure we don't forget any. This list should
28 // eventually be empty. If there are any actions that don't make sense for 28 // eventually be empty. If there are any actions that don't make sense for
29 // mus, then they should be removed from AcceleratorAction. 29 // mus, then they should be removed from AcceleratorAction.
30 // http://crbug.com/612331. 30 // http://crbug.com/612331.
31 switch (action) { 31 switch (action) {
32 case DEBUG_TOGGLE_DEVICE_SCALE_FACTOR: 32 case DEBUG_TOGGLE_DEVICE_SCALE_FACTOR:
33 case DEBUG_TOGGLE_ROOT_WINDOW_FULL_SCREEN: 33 case DEBUG_TOGGLE_ROOT_WINDOW_FULL_SCREEN:
34 case DEBUG_TOGGLE_SHOW_DEBUG_BORDERS: 34 case DEBUG_TOGGLE_SHOW_DEBUG_BORDERS:
35 case DEBUG_TOGGLE_SHOW_FPS_COUNTER: 35 case DEBUG_TOGGLE_SHOW_FPS_COUNTER:
36 case DEBUG_TOGGLE_SHOW_PAINT_RECTS: 36 case DEBUG_TOGGLE_SHOW_PAINT_RECTS:
37 case DEBUG_TOGGLE_WALLPAPER_MODE:
38 case MAGNIFY_SCREEN_ZOOM_IN: 37 case MAGNIFY_SCREEN_ZOOM_IN:
39 case MAGNIFY_SCREEN_ZOOM_OUT: 38 case MAGNIFY_SCREEN_ZOOM_OUT:
40 case ROTATE_SCREEN: 39 case ROTATE_SCREEN:
41 case ROTATE_WINDOW: 40 case ROTATE_WINDOW:
42 case SCALE_UI_DOWN: 41 case SCALE_UI_DOWN:
43 case SCALE_UI_RESET: 42 case SCALE_UI_RESET:
44 case SCALE_UI_UP: 43 case SCALE_UI_UP:
45 case SHOW_SYSTEM_TRAY_BUBBLE: 44 case SHOW_SYSTEM_TRAY_BUBBLE:
46 case TAKE_PARTIAL_SCREENSHOT: 45 case TAKE_PARTIAL_SCREENSHOT:
47 case TAKE_SCREENSHOT: 46 case TAKE_SCREENSHOT:
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 const char* const notification_id, 96 const char* const notification_id,
98 int message_id, 97 int message_id,
99 int old_shortcut_id, 98 int old_shortcut_id,
100 int new_shortcut_id) { 99 int new_shortcut_id) {
101 // TODO: http://crbug.com/630316. 100 // TODO: http://crbug.com/630316.
102 NOTIMPLEMENTED(); 101 NOTIMPLEMENTED();
103 } 102 }
104 103
105 } // namespace mus 104 } // namespace mus
106 } // namespace ash 105 } // namespace ash
OLDNEW
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/test/wm_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698