| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 7738acf17882e439e8c022b991d8caf18439a26c..9d5c1f58a18edc099a1642cc7c1d438bbdd560ea 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -63,9 +63,6 @@ class Extension {
|
| EXTENSION_ICON_BITTY = 16,
|
| };
|
|
|
| - // The URL to browse the extensions gallery.
|
| - static const char* kGalleryBrowseUrl;
|
| -
|
| // Icon sizes used by the extension system.
|
| static const int kIconSizes[];
|
|
|
|
|