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

Side by Side Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.h

Issue 2279163002: cros: Bind password echo with TouchView mode
Patch Set: do not run for mash to fix mash test 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
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 CHROME_BROWSER_CHROMEOS_CHROME_BROWSER_MAIN_CHROMEOS_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_CHROME_BROWSER_MAIN_CHROMEOS_H_
6 #define CHROME_BROWSER_CHROMEOS_CHROME_BROWSER_MAIN_CHROMEOS_H_ 6 #define CHROME_BROWSER_CHROMEOS_CHROME_BROWSER_MAIN_CHROMEOS_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 12 matching lines...) Expand all
23 23
24 namespace chromeos { 24 namespace chromeos {
25 25
26 class DataPromoNotification; 26 class DataPromoNotification;
27 class EventRewriter; 27 class EventRewriter;
28 class EventRewriterController; 28 class EventRewriterController;
29 class IdleActionWarningObserver; 29 class IdleActionWarningObserver;
30 class LoginLockStateNotifier; 30 class LoginLockStateNotifier;
31 class LowDiskNotification; 31 class LowDiskNotification;
32 class MagnificationManager; 32 class MagnificationManager;
33 class PasswordEchoController;
33 class PeripheralBatteryObserver; 34 class PeripheralBatteryObserver;
34 class PowerPrefs; 35 class PowerPrefs;
35 class RendererFreezer; 36 class RendererFreezer;
36 class SessionManagerObserver; 37 class SessionManagerObserver;
37 class SwapMetrics; 38 class SwapMetrics;
38 class WakeOnWifiManager; 39 class WakeOnWifiManager;
39 40
40 namespace default_app_order { 41 namespace default_app_order {
41 class ExternalLoader; 42 class ExternalLoader;
42 } 43 }
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 std::unique_ptr<session_manager::SessionManager> session_manager_; 82 std::unique_ptr<session_manager::SessionManager> session_manager_;
82 83
83 std::unique_ptr<EventRewriterController> keyboard_event_rewriters_; 84 std::unique_ptr<EventRewriterController> keyboard_event_rewriters_;
84 85
85 scoped_refptr<chromeos::ExternalMetrics> external_metrics_; 86 scoped_refptr<chromeos::ExternalMetrics> external_metrics_;
86 87
87 std::unique_ptr<arc::ArcServiceLauncher> arc_service_launcher_; 88 std::unique_ptr<arc::ArcServiceLauncher> arc_service_launcher_;
88 89
89 std::unique_ptr<LowDiskNotification> low_disk_notification_; 90 std::unique_ptr<LowDiskNotification> low_disk_notification_;
90 91
92 std::unique_ptr<PasswordEchoController> password_echo_controller_;
93
91 DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsChromeos); 94 DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsChromeos);
92 }; 95 };
93 96
94 } // namespace chromeos 97 } // namespace chromeos
95 98
96 #endif // CHROME_BROWSER_CHROMEOS_CHROME_BROWSER_MAIN_CHROMEOS_H_ 99 #endif // CHROME_BROWSER_CHROMEOS_CHROME_BROWSER_MAIN_CHROMEOS_H_
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698