| Index: athena/extensions/chrome/athena_chrome_apps_client.cc
|
| diff --git a/athena/extensions/chrome/athena_chrome_apps_client.cc b/athena/extensions/chrome/athena_chrome_apps_client.cc
|
| index 004afc954bdb0e2a9f6d1adfa9e4a409e17e35c5..12652e1eba9483b67cd973ff105e3975a742e2d3 100644
|
| --- a/athena/extensions/chrome/athena_chrome_apps_client.cc
|
| +++ b/athena/extensions/chrome/athena_chrome_apps_client.cc
|
| @@ -5,10 +5,7 @@
|
| #include "athena/extensions/chrome/athena_chrome_apps_client.h"
|
|
|
| #include "athena/extensions/chrome/athena_chrome_app_delegate.h"
|
| -#include "base/memory/singleton.h"
|
| -#include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/devtools/devtools_window.h"
|
| -#include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/common/extensions/features/feature_channel.h"
|
| #include "extensions/browser/app_window/app_window.h"
|
|
|
| @@ -20,14 +17,6 @@ AthenaChromeAppsClient::AthenaChromeAppsClient() {
|
| AthenaChromeAppsClient::~AthenaChromeAppsClient() {
|
| }
|
|
|
| -std::vector<content::BrowserContext*>
|
| -AthenaChromeAppsClient::GetLoadedBrowserContexts() {
|
| - std::vector<Profile*> profiles =
|
| - g_browser_process->profile_manager()->GetLoadedProfiles();
|
| - return std::vector<content::BrowserContext*>(profiles.begin(),
|
| - profiles.end());
|
| -}
|
| -
|
| extensions::AppWindow* AthenaChromeAppsClient::CreateAppWindow(
|
| content::BrowserContext* context,
|
| const extensions::Extension* extension) {
|
|
|