| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index ab0f3a0126a6aada48fe0df647bc327aa75db1e1..f4eaece0d56bcec61718f32bd84c3869fb1b2415 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -594,6 +594,11 @@ extern const char kChooserBluetoothOverviewURL[];
|
| // The URL for the WebUsb help center article.
|
| extern const char kChooserUsbOverviewURL[];
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +// The URL for EOL notification
|
| +extern const char kEolNotificationURL[];
|
| +#endif
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_URL_CONSTANTS_H_
|
|
|