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

Side by Side Diff: ash/system/tray_accessibility.h

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: Created 3 years, 9 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/system/tray/tray_utils.cc ('k') | ash/system/tray_accessibility.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef ASH_SYSTEM_TRAY_ACCESSIBILITY_H_ 5 #ifndef ASH_SYSTEM_TRAY_ACCESSIBILITY_H_
6 #define ASH_SYSTEM_TRAY_ACCESSIBILITY_H_ 6 #define ASH_SYSTEM_TRAY_ACCESSIBILITY_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include "ash/accessibility_delegate.h" 10 #include "ash/common/accessibility_delegate.h"
11 #include "ash/shell_observer.h" 11 #include "ash/common/shell_observer.h"
12 #include "ash/system/accessibility_observer.h" 12 #include "ash/system/accessibility_observer.h"
13 #include "ash/system/tray/tray_details_view.h" 13 #include "ash/system/tray/tray_details_view.h"
14 #include "ash/system/tray/tray_image_item.h" 14 #include "ash/system/tray/tray_image_item.h"
15 #include "ash/system/tray/tray_notification_view.h" 15 #include "ash/system/tray/tray_notification_view.h"
16 #include "base/macros.h" 16 #include "base/macros.h"
17 #include "ui/gfx/font.h" 17 #include "ui/gfx/font.h"
18 #include "ui/views/controls/button/button.h" 18 #include "ui/views/controls/button/button.h"
19 19
20 namespace chromeos { 20 namespace chromeos {
21 class TrayAccessibilityTest; 21 class TrayAccessibilityTest;
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 // A11y feature status on just entering the lock screen. 142 // A11y feature status on just entering the lock screen.
143 bool show_a11y_menu_on_lock_screen_; 143 bool show_a11y_menu_on_lock_screen_;
144 144
145 friend class chromeos::TrayAccessibilityTest; 145 friend class chromeos::TrayAccessibilityTest;
146 DISALLOW_COPY_AND_ASSIGN(TrayAccessibility); 146 DISALLOW_COPY_AND_ASSIGN(TrayAccessibility);
147 }; 147 };
148 148
149 } // namespace ash 149 } // namespace ash
150 150
151 #endif // ASH_SYSTEM_TRAY_ACCESSIBILITY_H_ 151 #endif // ASH_SYSTEM_TRAY_ACCESSIBILITY_H_
OLDNEW
« no previous file with comments | « ash/system/tray/tray_utils.cc ('k') | ash/system/tray_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698