| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 6f1a83f110ef828b91ee391981eddd0c0df9cb95..3e7eee9e1cb11913c09e7301992f2c489a2c552f 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -290,6 +290,11 @@ extern const char kBluetoothAddDeviceSubPage[];
|
| // Extensions sub pages.
|
| extern const char kExtensionConfigureCommandsSubPage[];
|
|
|
| +// URLs used to indicate that an extension resource load request
|
| +// was invalid.
|
| +extern const char kExtensionInvalidRequestURL[];
|
| +extern const char kExtensionResourceInvalidRequestURL[];
|
| +
|
| extern const char kSyncGoogleDashboardURL[];
|
|
|
| // "Learn more" URL for the auto password generation.
|
|
|