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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate_views.cc

Issue 1274563004: Show ChromeVox caption panel when spoken feedback is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chromevox_panel_html
Patch Set: Add SetDisplayWorkAreaInsetsForTesting for tests Created 5 years, 1 month 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/ui/ash/chrome_shell_delegate_views.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
index e4f0e073ad972d5ff12185a566a45f10b1dabfd4..c8f2fb63d76b4edadeb7317ae37f27386f95920e 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
@@ -125,6 +125,9 @@ class EmptyAccessibilityDelegate : public ash::AccessibilityDelegate {
return base::TimeDelta();
}
+ void ComputeWorkAreaInsets(aura::Window* root_window,
+ gfx::Insets* out_insets) const override {}
+
private:
DISALLOW_COPY_AND_ASSIGN(EmptyAccessibilityDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698