| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index b19edbc6760c2068bed3a9626a50bd9a006645d5..0b65ec3f722afd7506b625d706e597a7fd4e5545 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -242,6 +242,9 @@ extern const char kOutdatedPluginLearnMoreURL[];
|
| // The URL for the "Learn more" page for the blocked plugin infobar.
|
| extern const char kBlockedPluginLearnMoreURL[];
|
|
|
| +// The URL for the "About Voice Recognition" menu item.
|
| +extern const char kSpeechInputAboutURL[];
|
| +
|
| // Call near the beginning of startup to register Chrome's internal URLs that
|
| // should be parsed as "standard" with the googleurl library.
|
| void RegisterChromeSchemes();
|
|
|