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

Unified Diff: apps/shell/browser/shell_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/launcher.cc ('k') | apps/shell/browser/shell_apps_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/shell_apps_client.h
diff --git a/apps/shell/browser/shell_apps_client.h b/apps/shell/browser/shell_apps_client.h
index c374cd7d07293674612a93752a2c0934cb89fa25..cade20dd6ea7ae314c00a2291d54d9e8e2319a82 100644
--- a/apps/shell/browser/shell_apps_client.h
+++ b/apps/shell/browser/shell_apps_client.h
@@ -26,8 +26,6 @@ class ShellAppsClient : public AppsClient {
// apps::AppsClient implementation:
virtual std::vector<content::BrowserContext*> GetLoadedBrowserContexts()
OVERRIDE;
- virtual bool CheckAppLaunch(content::BrowserContext* context,
- const extensions::Extension* extension) OVERRIDE;
virtual AppWindow* CreateAppWindow(content::BrowserContext* context,
const extensions::Extension* extension)
OVERRIDE;
« no previous file with comments | « apps/launcher.cc ('k') | apps/shell/browser/shell_apps_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698