Index: apps/apps_client.h |
diff --git a/apps/apps_client.h b/apps/apps_client.h |
index 9af8afb65b2c46b86019f3f909de34d4497b600b..95a02e69db4103d770b7fab1c8f9b76e327c68ec 100644 |
--- a/apps/apps_client.h |
+++ b/apps/apps_client.h |
@@ -26,11 +26,6 @@ class AppsClient { |
// Get all loaded browser contexts. |
virtual std::vector<content::BrowserContext*> GetLoadedBrowserContexts() = 0; |
- // Do any pre app launch checks. Returns true if the app launch should proceed |
- // or false if the launch should be prevented. |
- virtual bool CheckAppLaunch(content::BrowserContext* context, |
- const extensions::Extension* extension) = 0; |
- |
// Creates a new apps::AppWindow for the app in |extension| for |context|. |
// Caller takes ownership. |
virtual AppWindow* CreateAppWindow( |