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

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

Issue 1837053003: Accessibility manager shouldn't try to access ash Shelf from login screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update height when profile changes Created 4 years, 9 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/accessibility/accessibility_manager.h
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.h b/chrome/browser/chromeos/accessibility/accessibility_manager.h
index a6cb843f7db9d001bd47846c8ebfaed8d3a17b21..8f3f518d2d3a86cb268425636dd15cd4d1475a02 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.h
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.h
@@ -242,6 +242,10 @@ class AccessibilityManager
void OnChromeVoxPanelClosing();
void OnChromeVoxPanelDestroying();
+ // Called when switching profiles so we can make sure the panel height
+ // is set.
+ void UpdateChromeVoxPanelHeight();
+
// Profile having the a11y context.
Profile* profile() { return profile_; }

Powered by Google App Engine
This is Rietveld 408576698