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

Unified Diff: chrome/browser/resources/chromeos/chromevox/tools/check_chromevox.py

Issue 2342093002: Change the category of "show braille captions" so it shows up in ChromeVox menus (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/common/command_store.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/tools/check_chromevox.py
diff --git a/chrome/browser/resources/chromeos/chromevox/tools/check_chromevox.py b/chrome/browser/resources/chromeos/chromevox/tools/check_chromevox.py
index 1ff2f26e30887babe6b3484ebd4eafdd4ed9fcf8..1b2adab95afa33674e2bc18036fc13e1175da929 100755
--- a/chrome/browser/resources/chromeos/chromevox/tools/check_chromevox.py
+++ b/chrome/browser/resources/chromeos/chromevox/tools/check_chromevox.py
@@ -56,8 +56,7 @@ _COMMON_EXTERNS = [
# List of top-level scripts and externs that we can check.
_TOP_LEVEL_SCRIPTS = [
- [[CVoxPath('chromevox/background/kbexplorer_loader.js')],
- [_CHROME_EXTENSIONS_EXTERNS]],
+ [[CVoxPath('chromevox/background/kbexplorer_loader.js')], _COMMON_EXTERNS],
[[CVoxPath('chromevox/background/options_loader.js')], _COMMON_EXTERNS],
[[CVoxPath('chromevox/injected/loader.js')], _COMMON_EXTERNS],
[[CVoxPath('cvox2/background/loader.js')], _COMMON_EXTERNS],
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/common/command_store.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698