Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3176)

Unified Diff: apps/apps_client.h

Issue 226283003: Remove single-window-metro-mode code paths for the app launcher and apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thought I deleted this already Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/app_restore_service.cc ('k') | apps/launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « apps/app_restore_service.cc ('k') | apps/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698