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

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

Issue 2316553003: mash: Add autoclick app. (Closed)
Patch Set: 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
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 f7c6ecaf43d281affc133966bc7727fee0eea19f..8c1aeef15234ef64678c1bfa5f5f4ac47f4fe343 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
@@ -473,6 +473,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();
@@ -480,7 +482,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();
}

Powered by Google App Engine
This is Rietveld 408576698