| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index 0fa7cc6daf970643e757b5176fb5c0b3687571a8..d3473c846bc62b606226253a97c6d86ab56a1ee7 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -153,10 +153,6 @@ class ExtensionService
|
| bool IsDownloadFromGallery(const GURL& download_url,
|
| const GURL& referrer_url);
|
|
|
| - // Determine if the downloaded extension came from the theme mini-gallery,
|
| - // Used to test if we need to show the "Loading" dialog for themes.
|
| - static bool IsDownloadFromMiniGallery(const GURL& download_url);
|
| -
|
| // Returns the Extension of hosted or packaged apps, NULL otherwise.
|
| const Extension* GetInstalledApp(const GURL& url);
|
|
|
|
|