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

Unified Diff: chrome/common/pref_names.cc

Issue 6254007: Adding ChromeVox as a component extensions (enabled only for ChromeOS, for no... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/common/pref_names.cc
===================================================================
--- chrome/common/pref_names.cc (revision 71755)
+++ chrome/common/pref_names.cc (working copy)
@@ -439,6 +439,10 @@
// A boolean pref which determines whether accessibility is enabled.
const char kAccessibilityEnabled[] = "settings.accessibility";
+// A string pref that stored the version of the currently installed ChromeVox
asargent_no_longer_on_chrome 2011/01/20 05:55:59 nit: consider rewording "that stored" to something
Chaitanya 2011/01/20 20:04:52 Done.
+// accessibility extension.
+const char kAccessibilityChromeVoxVersion[] =
+ "settings.accessibility.chromevox";
// A boolean pref which turns on Advanced Filesystem
// (USB support, SD card, etc).
« chrome/common/extensions/extension_constants.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698