| Index: athena/extensions/chrome/athena_chrome_app_window_client.cc
|
| diff --git a/athena/extensions/chrome/athena_chrome_app_window_client.cc b/athena/extensions/chrome/athena_chrome_app_window_client.cc
|
| index a5a23c7630a53715572bf7c3fd1cebb8c8a2b52c..42da0b086075c91a082075cbac581a022328a672 100644
|
| --- a/athena/extensions/chrome/athena_chrome_app_window_client.cc
|
| +++ b/athena/extensions/chrome/athena_chrome_app_window_client.cc
|
| @@ -5,10 +5,7 @@
|
| #include "athena/extensions/chrome/athena_chrome_app_window_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 @@ AthenaChromeAppWindowClient::AthenaChromeAppWindowClient() {
|
| AthenaChromeAppWindowClient::~AthenaChromeAppWindowClient() {
|
| }
|
|
|
| -std::vector<content::BrowserContext*>
|
| -AthenaChromeAppWindowClient::GetLoadedBrowserContexts() {
|
| - std::vector<Profile*> profiles =
|
| - g_browser_process->profile_manager()->GetLoadedProfiles();
|
| - return std::vector<content::BrowserContext*>(profiles.begin(),
|
| - profiles.end());
|
| -}
|
| -
|
| extensions::AppWindow* AthenaChromeAppWindowClient::CreateAppWindow(
|
| content::BrowserContext* context,
|
| const extensions::Extension* extension) {
|
|
|