| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 91a4d33c19a4e5aa118de7eebebb471703f8dc03..7c2972ed16add4c9082ec426a4319f90522d07a2 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -383,8 +383,6 @@ const char kPowerOptionsSubPage[] = "power-overlay";
|
| 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/";
|
|
|