| Index: chrome/browser/extensions/extensions_service.h
|
| diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
|
| index 1a8c336b4ca1ac52ab7907af16c3b9ebf957020e..4a91fffd2d2d8333108ef9c5c2c4802158fc8717 100644
|
| --- a/chrome/browser/extensions/extensions_service.h
|
| +++ b/chrome/browser/extensions/extensions_service.h
|
| @@ -71,13 +71,6 @@ class ExtensionsService
|
| // The name of the file that the current active version number is stored in.
|
| static const char* kCurrentVersionFileName;
|
|
|
| - // Hack:
|
| - // Extensions downloaded from kGalleryDownloadURLPrefix initiated from pages
|
| - // with kGalleryURLPrefix will not require --enable-extensions and will be
|
| - // prompt-free.
|
| - static const char* kGalleryDownloadURLPrefix;
|
| - static const char* kGalleryURLPrefix;
|
| -
|
| // Determine if a given extension download should be treated as if it came
|
| // from the gallery.
|
| static bool IsDownloadFromGallery(const GURL& download_url,
|
|
|