diff options
author | aboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 00:09:10 +0000 |
---|---|---|
committer | aboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 00:09:10 +0000 |
commit | a17df8e38de1dd7ecc68f3bdf7a9c87bb2410e16 (patch) | |
tree | 64ae44e814964de0596fc8b2ae9a41ed571de193 /chrome/browser/browser_about_handler.cc | |
parent | dab7720f282ec9d55f3a5eb56ee78a38e4a305c2 (diff) | |
download | chromium_src-a17df8e38de1dd7ecc68f3bdf7a9c87bb2410e16.zip chromium_src-a17df8e38de1dd7ecc68f3bdf7a9c87bb2410e16.tar.gz chromium_src-a17df8e38de1dd7ecc68f3bdf7a9c87bb2410e16.tar.bz2 |
Adds a chrome://accessibility page, which:
Adds a toggle for global accessibility mode (on/off)
For each renderer:
- shows an accessibility mode toggle
- if accessibility mode is On, shows a 'Show(/hide) accessibility tree' toggle, which shows(/hides) a text representation of the accessibility tree inline in the page. The accessibility tree may also be refreshed.
BUG=178756
Review URL: https://chromiumcodereview.appspot.com/11791028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_about_handler.cc')
-rw-r--r-- | chrome/browser/browser_about_handler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc index dcbd918..b09c624 100644 --- a/chrome/browser/browser_about_handler.cc +++ b/chrome/browser/browser_about_handler.cc @@ -21,6 +21,7 @@ namespace { // Add paths here to be included in chrome://chrome-urls (about:about). // These paths will also be suggested by BuiltinProvider. const char* const kPaths[] = { + chrome::kChromeUIAccessibilityHost, chrome::kChromeUIAppCacheInternalsHost, chrome::kChromeUIBlobInternalsHost, chrome::kChromeUICacheHost, |