| Index: extensions/common/constants.h
|
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h
|
| index e451071b93eb232f4755998636205a9066b25765..4bf94c940e455eeb60ad8e183d66865408edf125 100644
|
| --- a/extensions/common/constants.h
|
| +++ b/extensions/common/constants.h
|
| @@ -13,9 +13,6 @@ namespace extensions {
|
| // Scheme we serve extension content from.
|
| extern const char kExtensionScheme[];
|
|
|
| -// Canonical schemes you can use as input to GURL.SchemeIs().
|
| -extern const char kExtensionResourceScheme[];
|
| -
|
| // The name of the manifest inside an extension.
|
| extern const base::FilePath::CharType kManifestFilename[];
|
|
|
|
|