| Index: athena/main/athena_launcher.h
|
| diff --git a/athena/main/athena_launcher.h b/athena/main/athena_launcher.h
|
| index 80699279b3fa3f0ae2e2f22b807e7fe52563bfc7..66a853c6c60598c4c0abb1a77259648ed24b3984 100644
|
| --- a/athena/main/athena_launcher.h
|
| +++ b/athena/main/athena_launcher.h
|
| @@ -16,9 +16,11 @@ class BrowserContext;
|
| namespace athena {
|
| class ActivityFactory;
|
| class AppModelBuilder;
|
| +class ScreenManagerDelegate;
|
|
|
| // Starts/shuts down the athena shell environment.
|
| -void StartAthenaEnv(aura::Window* root_window);
|
| +void StartAthenaEnv(aura::Window* root_window,
|
| + ScreenManagerDelegate* screen_manager_delegate);
|
|
|
| void StartAthenaSessionWithContext(content::BrowserContext* context);
|
|
|
|
|