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

Unified Diff: chrome/common/url_constants.cc

Issue 7086005: Context menu for "Voice recognition options" (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Context menu for "Voice recognition options" Created 9 years, 5 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/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 04e4abae40bac09cba15705a315488d8a84748d0..a4babd591d1ac0b90fa8f7d7ddf6858e3d556e9e 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -273,6 +273,9 @@ const char kOutdatedPluginLearnMoreURL[] =
const char kBlockedPluginLearnMoreURL[] =
"https://www.google.com/support/chrome/bin/answer.py?answer=1247383";
+const char kSpeechInputAboutURL[] =
+ "https://www.google.com/support/chrome/bin/answer.py?answer=1331723";
+
void RegisterChromeSchemes() {
// Don't need "chrome-internal" which was used in old versions of Chrome for
// the new tab page.

Powered by Google App Engine
This is Rietveld 408576698