| 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. | 
|  |