| 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) {
|
|
|