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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.cc

Issue 2597793002: Fix issue with signing in after ChromeVox was enabled in login screen (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/accessibility_manager.cc
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.cc b/chrome/browser/chromeos/accessibility/accessibility_manager.cc
index 744d724485a505756031c6051a4ed8cf0d0698d8..82caa226f3530f8f8923b2e3cc6b2cf0f4b0b74e 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.cc
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.cc
@@ -1042,10 +1042,6 @@ void AccessibilityManager::SetProfile(Profile* profile) {
&AccessibilityManager::UpdateChromeOSAccessibilityHistograms,
base::Unretained(this)));
- chromevox_loader_->SetProfile(
- profile, base::Bind(&AccessibilityManager::PostSwitchChromeVoxProfile,
- weak_ptr_factory_.GetWeakPtr()));
-
extensions::ExtensionRegistry* registry =
extensions::ExtensionRegistry::Get(profile);
if (!extension_registry_observer_.IsObserving(registry))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698