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

Unified Diff: apps/shell/browser/shell_apps_client.cc

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/shell/browser/shell_apps_client.h ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/shell_apps_client.cc
diff --git a/apps/shell/browser/shell_apps_client.cc b/apps/shell/browser/shell_apps_client.cc
index 40b27baefcb592fdf2f4cbddb0b656b21d34746e..a838005bd3b6760931f57d3722c0701d69cd3e59 100644
--- a/apps/shell/browser/shell_apps_client.cc
+++ b/apps/shell/browser/shell_apps_client.cc
@@ -22,11 +22,6 @@ std::vector<BrowserContext*> ShellAppsClient::GetLoadedBrowserContexts() {
return browser_contexts;
}
-bool ShellAppsClient::CheckAppLaunch(BrowserContext* context,
- const extensions::Extension* extension) {
- return true;
-}
-
AppWindow* ShellAppsClient::CreateAppWindow(
BrowserContext* context,
const extensions::Extension* extension) {
« no previous file with comments | « apps/shell/browser/shell_apps_client.h ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698