Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: athena/main/athena_launcher.h

Issue 485183002: introduced athena_main_lib (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp cleanup Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « athena/athena.gyp ('k') | athena/main/athena_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_launcher.h
diff --git a/athena/main/athena_launcher.h b/athena/main/athena_launcher.h
index 6ea439fcdb5a73d99ac26910c0302a8b52a3df62..80699279b3fa3f0ae2e2f22b807e7fe52563bfc7 100644
--- a/athena/main/athena_launcher.h
+++ b/athena/main/athena_launcher.h
@@ -9,14 +9,23 @@ namespace aura {
class Window;
}
+namespace content {
+class BrowserContext;
+}
+
namespace athena {
class ActivityFactory;
class AppModelBuilder;
// Starts/shuts down the athena shell environment.
-void StartAthena(aura::Window* root_window,
- ActivityFactory* activity_factory,
- AppModelBuilder* app_model_builder);
+void StartAthenaEnv(aura::Window* root_window);
+
+void StartAthenaSessionWithContext(content::BrowserContext* context);
+
+// Starts/shuts down the athena shell environment.
+void StartAthenaSession(ActivityFactory* activity_factory,
+ AppModelBuilder* app_model_builder);
+
void ShutdownAthena();
} // namespace athena
« no previous file with comments | « athena/athena.gyp ('k') | athena/main/athena_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698