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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.cc

Issue 2316553003: mash: Add autoclick app. (Closed)
Patch Set: MouseEvent; if etc. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_manager.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
index 2242caf1343a11ac4704886ce32d004722ba5290..add5eaa80bbd4edb740359188fc628fc189cf1c1 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
@@ -472,6 +472,8 @@ void ChromeBrowserMainPartsChromeos::PreProfileInit() {
media::SoundsManager::Create();
+ AccessibilityManager::Initialize();
+
if (!chrome::IsRunningInMash()) {
// Initialize magnification manager before ash tray is created. And this
// must be placed after UserManager::SessionStarted();
@@ -479,7 +481,6 @@ void ChromeBrowserMainPartsChromeos::PreProfileInit() {
// created. However, when running as a mus-client, an ash::Shell instance is
// not created. These accessibility services should instead be exposed as
// separate services. crbug.com/557401
- AccessibilityManager::Initialize();
MagnificationManager::Initialize();
}
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_manager.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698