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

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

Powered by Google App Engine
This is Rietveld 408576698