| Index: athena/extensions/shell/athena_shell_apps_client.h
|
| diff --git a/athena/extensions/shell/athena_shell_apps_client.h b/athena/extensions/shell/athena_shell_apps_client.h
|
| index 56feab438d77efc517b93b4c340a3dc4de60bbc3..daaa7f82cc8dd22bf28ba352911249189fd19e3e 100644
|
| --- a/athena/extensions/shell/athena_shell_apps_client.h
|
| +++ b/athena/extensions/shell/athena_shell_apps_client.h
|
| @@ -12,13 +12,11 @@ namespace athena {
|
|
|
| class AthenaShellAppsClient : public AthenaAppsClientBase {
|
| public:
|
| - AthenaShellAppsClient(content::BrowserContext* context);
|
| + AthenaShellAppsClient();
|
| virtual ~AthenaShellAppsClient();
|
|
|
| private:
|
| // extensions::AppsClient
|
| - virtual std::vector<content::BrowserContext*> GetLoadedBrowserContexts()
|
| - OVERRIDE;
|
| virtual extensions::AppWindow* CreateAppWindow(
|
| content::BrowserContext* context,
|
| const extensions::Extension* extension) OVERRIDE;
|
| @@ -26,8 +24,6 @@ class AthenaShellAppsClient : public AthenaAppsClientBase {
|
| const base::Closure& callback) OVERRIDE;
|
| virtual bool IsCurrentChannelOlderThanDev() OVERRIDE;
|
|
|
| - content::BrowserContext* context_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(AthenaShellAppsClient);
|
| };
|
|
|
|
|