| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index e34f88b3e3acbe75d4f4b22528a87da61563aee3..5361904cbe3f5bcc48a1427ddd5d7862d3f487c6 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -303,6 +303,10 @@ const char kBluetoothAddDeviceSubPage[] = "bluetooth";
|
| // Extension sub pages.
|
| const char kExtensionConfigureCommandsSubPage[] = "configureCommands";
|
|
|
| +const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/";
|
| +const char kExtensionResourceInvalidRequestURL[] =
|
| + "chrome-extension-resource://invalid/";
|
| +
|
| const char kSyncGoogleDashboardURL[] =
|
| "https://www.google.com/settings/chrome/sync/";
|
|
|
|
|