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

Unified Diff: chrome/common/pref_names.h

Issue 8199010: Fixing misleading name a in speech input setting and related variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 941f747c9762520ca983d10b33f80e6bfced0feb..eeaf4bc9a91e96e84d8f29d7643b0213d662a065 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -220,7 +220,8 @@ extern const char kDeleteCookies[];
extern const char kDeletePasswords[];
extern const char kDeleteFormData[];
extern const char kEnableSpellCheck[];
-extern const char kSpeechInputCensorResults[];
+extern const char kSpeechInputFilterProfanities[];
+extern const char kSpeechInputCensorResultsDeprecated[];
extern const char kEnabledLabsExperiments[];
extern const char kEnableAutoSpellCorrect[];
extern const char kSavingBrowserHistoryDisabled[];

Powered by Google App Engine
This is Rietveld 408576698