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

Unified Diff: chrome/common/pref_names.cc

Issue 10407120: Moving tray icon and notification balloon for background speech recognition sessions to ChromeSpeec… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed win issued ("interface" member clashes with a VS macro name, sigh) Created 8 years, 6 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/common/pref_names.h ('k') | content/browser/speech/speech_recognition_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 8d1c35dee4b5dca0e2384bd527f2e78d8f690baf..d3801870cdf8b0f92d277c55c213db8d55261937 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -753,11 +753,6 @@ const char kEnableAutoSpellCorrect[] = "browser.enable_autospellcorrect";
const char kSpeechRecognitionFilterProfanities[] =
"browser.speechinput_censor_results";
-// Boolean pref to determine if the tray notification balloon for speech input
-// extension API has been already shown once to the user.
-const char kSpeechInputTrayNotificationShown[] =
- "browser.speechinput_tray_notification_shown";
-
// List of speech recognition context names (extensions or websites) for which
// the tray notification balloon has already been shown.
const char kSpeechRecognitionTrayNotificationShownContexts[] =
« no previous file with comments | « chrome/common/pref_names.h ('k') | content/browser/speech/speech_recognition_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698