diff options
author | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 01:00:50 +0000 |
---|---|---|
committer | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 01:00:50 +0000 |
commit | 9709edc721374d434ef89f81a50c549988fbe3b0 (patch) | |
tree | 267029bef1a09766d242370605f565cf98d836ef /views/window/window_win.h | |
parent | 5d9080b8c96fe41f253438070d27d05e6573ad6c (diff) | |
download | chromium_src-9709edc721374d434ef89f81a50c549988fbe3b0.zip chromium_src-9709edc721374d434ef89f81a50c549988fbe3b0.tar.gz chromium_src-9709edc721374d434ef89f81a50c549988fbe3b0.tar.bz2 |
Allow chrome to be customized for screen reader users.
Add Widget::IsAccessibleWidget() that will return true when Chrome can be customized screen reader users.
BUG=37357,55902
TEST=JAWS or NVDA users have "(Incognito)" in their window title. Tablet users are unaffected.
Review URL: http://codereview.chromium.org/3427026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window/window_win.h')
-rw-r--r-- | views/window/window_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/window_win.h b/views/window/window_win.h index 98ff7070..37d56d1 100644 --- a/views/window/window_win.h +++ b/views/window/window_win.h @@ -194,7 +194,7 @@ class WindowWin : public WidgetWin, void ResetWindowRegion(bool force); // Update accessibility information via our WindowDelegate. - void UpdateAccessibleName(); + void UpdateAccessibleName(std::wstring& accessible_name); void UpdateAccessibleRole(); void UpdateAccessibleState(); |