| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 9a0ae2120943ce31af57c5e8afed67d728182715..e5c911badef35c2f30a2f9098ab937cfba5c996e 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -279,6 +279,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";
|
| +
|
| const char kLearnMoreRegisterProtocolHandlerURL[] =
|
| "http://www.google.com/support/chrome/bin/answer.py?answer=1382847";
|
|
|
|
|