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

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

Issue 2183993005: Moves handling of toggling applist back to common code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new_window_delegate
Patch Set: merge 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 unified diff | Download patch
« no previous file with comments | « ash/common/accelerators/accelerator_controller.cc ('k') | no next file » | 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 8
9 namespace ash { 9 namespace ash {
10 namespace mus { 10 namespace mus {
(...skipping 30 matching lines...) Expand all
41 case ROTATE_SCREEN: 41 case ROTATE_SCREEN:
42 case ROTATE_WINDOW: 42 case ROTATE_WINDOW:
43 case SCALE_UI_DOWN: 43 case SCALE_UI_DOWN:
44 case SCALE_UI_RESET: 44 case SCALE_UI_RESET:
45 case SCALE_UI_UP: 45 case SCALE_UI_UP:
46 case SHOW_MESSAGE_CENTER_BUBBLE: 46 case SHOW_MESSAGE_CENTER_BUBBLE:
47 case SHOW_SYSTEM_TRAY_BUBBLE: 47 case SHOW_SYSTEM_TRAY_BUBBLE:
48 case TAKE_PARTIAL_SCREENSHOT: 48 case TAKE_PARTIAL_SCREENSHOT:
49 case TAKE_SCREENSHOT: 49 case TAKE_SCREENSHOT:
50 case TAKE_WINDOW_SCREENSHOT: 50 case TAKE_WINDOW_SCREENSHOT:
51 case TOGGLE_APP_LIST:
52 case UNPIN: 51 case UNPIN:
53 NOTIMPLEMENTED(); 52 NOTIMPLEMENTED();
54 return false; 53 return false;
55 54
56 #if defined(OS_CHROMEOS) 55 #if defined(OS_CHROMEOS)
57 case DEBUG_ADD_REMOVE_DISPLAY: 56 case DEBUG_ADD_REMOVE_DISPLAY:
58 case DEBUG_TOGGLE_UNIFIED_DESKTOP: 57 case DEBUG_TOGGLE_UNIFIED_DESKTOP:
59 case DISABLE_GPU_WATCHDOG: 58 case DISABLE_GPU_WATCHDOG:
60 case LOCK_PRESSED: 59 case LOCK_PRESSED:
61 case LOCK_RELEASED: 60 case LOCK_RELEASED:
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 const char* const notification_id, 93 const char* const notification_id,
95 int message_id, 94 int message_id,
96 int old_shortcut_id, 95 int old_shortcut_id,
97 int new_shortcut_id) { 96 int new_shortcut_id) {
98 // TODO: http://crbug.com/630316. 97 // TODO: http://crbug.com/630316.
99 NOTIMPLEMENTED(); 98 NOTIMPLEMENTED();
100 } 99 }
101 100
102 } // namespace mus 101 } // namespace mus
103 } // namespace ash 102 } // namespace ash
OLDNEW
« no previous file with comments | « ash/common/accelerators/accelerator_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698