| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index caa8f6a45aef7338b84d429968bbf4bb54ed4801..94dbcbbc0eb0fd490ba230cd280d0cf5ef6798f7 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -139,6 +139,9 @@ class ExtensionService
|
| // 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);
|
| +
|
| // Returns whether the URL is from either a hosted or packaged app.
|
| bool IsInstalledApp(const GURL& url);
|
|
|
|
|