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

Unified Diff: chrome/common/pref_names.cc

Issue 8386074: Add a tray notification UI for speech input recording in the extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: requested file renames and api constants refactor. Created 9 years, 1 month 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
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index b008dcacd06d5978a198b1a6bbe900d69702303d..47ec703e36864900304ed12187d78fb99c065fbd 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -628,6 +628,11 @@ const char kEnableAutoSpellCorrect[] = "browser.enable_autospellcorrect";
const char kSpeechInputFilterProfanities[] =
"browser.speechinput_censor_results";
+// Boolean pref to determine if the tray notification balloon that shows when
Satish 2011/11/07 18:16:31 could simplify 'that shows when using the speech
Leandro GraciĆ” Gil 2011/11/07 19:34:42 Done.
+// using the speech input extension API has been already shown once to the user.
+const char kSpeechInputTrayNotificationShown[] =
+ "browser.speechinput_tray_notification_shown";
+
// Boolean controlling whether history saving is disabled.
const char kSavingBrowserHistoryDisabled[] = "history.saving_disabled";
« chrome/browser/speech/speech_input_extension_notification_ui.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