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

Side by Side Diff: ash/system/tray/test_system_tray_delegate.h

Issue 11415025: A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase @170134 Created 8 years 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/system_tray_notifier.cc ('k') | ash/system/tray/test_system_tray_delegate.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_TEST_TEST_SYSTEM_TRAY_DELEGATE_H_ 5 #ifndef ASH_TEST_TEST_SYSTEM_TRAY_DELEGATE_H_
6 #define ASH_TEST_TEST_SYSTEM_TRAY_DELEGATE_H_ 6 #define ASH_TEST_TEST_SYSTEM_TRAY_DELEGATE_H_
7 7
8 #include "ash/system/tray/system_tray_delegate.h" 8 #include "ash/system/tray/system_tray_delegate.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
(...skipping 23 matching lines...) Expand all
34 virtual PowerSupplyStatus GetPowerSupplyStatus() const OVERRIDE; 34 virtual PowerSupplyStatus GetPowerSupplyStatus() const OVERRIDE;
35 virtual void RequestStatusUpdate() const OVERRIDE; 35 virtual void RequestStatusUpdate() const OVERRIDE;
36 virtual void ShowSettings() OVERRIDE; 36 virtual void ShowSettings() OVERRIDE;
37 virtual void ShowDateSettings() OVERRIDE; 37 virtual void ShowDateSettings() OVERRIDE;
38 virtual void ShowNetworkSettings() OVERRIDE; 38 virtual void ShowNetworkSettings() OVERRIDE;
39 virtual void ShowBluetoothSettings() OVERRIDE; 39 virtual void ShowBluetoothSettings() OVERRIDE;
40 virtual void ShowDisplaySettings() OVERRIDE; 40 virtual void ShowDisplaySettings() OVERRIDE;
41 virtual void ShowDriveSettings() OVERRIDE; 41 virtual void ShowDriveSettings() OVERRIDE;
42 virtual void ShowIMESettings() OVERRIDE; 42 virtual void ShowIMESettings() OVERRIDE;
43 virtual void ShowHelp() OVERRIDE; 43 virtual void ShowHelp() OVERRIDE;
44 virtual void ShowAccessibilityHelp() OVERRIDE;
44 virtual void ShutDown() OVERRIDE; 45 virtual void ShutDown() OVERRIDE;
45 virtual void SignOut() OVERRIDE; 46 virtual void SignOut() OVERRIDE;
46 virtual void RequestLockScreen() OVERRIDE; 47 virtual void RequestLockScreen() OVERRIDE;
47 virtual void RequestRestart() OVERRIDE; 48 virtual void RequestRestart() OVERRIDE;
48 virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* list) OVERRIDE; 49 virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* list) OVERRIDE;
49 virtual void ToggleBluetoothConnection(const std::string& address) OVERRIDE; 50 virtual void ToggleBluetoothConnection(const std::string& address) OVERRIDE;
50 virtual void GetCurrentIME(IMEInfo* info) OVERRIDE; 51 virtual void GetCurrentIME(IMEInfo* info) OVERRIDE;
51 virtual void GetAvailableIMEList(IMEInfoList* list) OVERRIDE; 52 virtual void GetAvailableIMEList(IMEInfoList* list) OVERRIDE;
52 virtual void GetCurrentIMEProperties(IMEPropertyInfoList* list) OVERRIDE; 53 virtual void GetCurrentIMEProperties(IMEPropertyInfoList* list) OVERRIDE;
53 virtual void SwitchIME(const std::string& ime_id) OVERRIDE; 54 virtual void SwitchIME(const std::string& ime_id) OVERRIDE;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 gfx::ImageSkia null_image_; 101 gfx::ImageSkia null_image_;
101 scoped_ptr<VolumeControlDelegate> volume_control_delegate_; 102 scoped_ptr<VolumeControlDelegate> volume_control_delegate_;
102 103
103 DISALLOW_COPY_AND_ASSIGN(TestSystemTrayDelegate); 104 DISALLOW_COPY_AND_ASSIGN(TestSystemTrayDelegate);
104 }; 105 };
105 106
106 } // namespace test 107 } // namespace test
107 } // namespace ash 108 } // namespace ash
108 109
109 #endif // ASH_TEST_TEST_SYSTEM_TRAY_DELEGATE_H_ 110 #endif // ASH_TEST_TEST_SYSTEM_TRAY_DELEGATE_H_
OLDNEW
« no previous file with comments | « ash/system/tray/system_tray_notifier.cc ('k') | ash/system/tray/test_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698