| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index a2ab454a2b00ae46d893b5dba580c2fd0179d5d3..07936f476c191fecba39e552cc2f22d5eab68e0c 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -401,6 +401,9 @@ extern const char kBlockedPluginLearnMoreURL[];
|
| // The URL for the "About Voice Recognition" menu item.
|
| extern const char kSpeechInputAboutURL[];
|
|
|
| +// The URL for the "Learn more" page for hotword search voice trigger.
|
| +extern const char kHotwordLearnMoreURL[];
|
| +
|
| // The URL for the "Learn more" page for register protocol handler infobars.
|
| extern const char kLearnMoreRegisterProtocolHandlerURL[];
|
|
|
|
|