| Index: athena/main/athena_launcher.h
|
| diff --git a/athena/main/athena_launcher.h b/athena/main/athena_launcher.h
|
| index b912e9dcb1e6094a9d8c91f3b12986774cfa8826..c256e7d6a58f607889c4150176e56a5e07c3ee66 100644
|
| --- a/athena/main/athena_launcher.h
|
| +++ b/athena/main/athena_launcher.h
|
| @@ -24,14 +24,14 @@ class ActivityFactory;
|
| class AppModelBuilder;
|
| class ScreenManagerDelegate;
|
|
|
| -// Starts/shuts down the athena shell environment.
|
| +// Starts down the athena shell environment.
|
| void StartAthenaEnv(aura::Window* root_window,
|
| ScreenManagerDelegate* screen_manager_delegate,
|
| scoped_refptr<base::TaskRunner> file_runner);
|
|
|
| void StartAthenaSessionWithContext(content::BrowserContext* context);
|
|
|
| -// Starts/shuts down the athena shell environment.
|
| +// Starts the athena session.
|
| void StartAthenaSession(ActivityFactory* activity_factory,
|
| AppModelBuilder* app_model_builder);
|
|
|
|
|