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

Unified Diff: athena/main/athena_launcher.h

Issue 465803002: Make the minimized home card not overlap activities on Athena (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: athena/main/athena_launcher.h
diff --git a/athena/main/athena_launcher.h b/athena/main/athena_launcher.h
index 6ea439fcdb5a73d99ac26910c0302a8b52a3df62..a70a524e54eb327ac8b7f0c44451a0286cb19344 100644
--- a/athena/main/athena_launcher.h
+++ b/athena/main/athena_launcher.h
@@ -12,9 +12,11 @@ class Window;
namespace athena {
class ActivityFactory;
class AppModelBuilder;
+class ScreenManagerDelegate;
// Starts/shuts down the athena shell environment.
void StartAthena(aura::Window* root_window,
+ ScreenManagerDelegate* screen_manager_delegate,
ActivityFactory* activity_factory,
AppModelBuilder* app_model_builder);
void ShutdownAthena();

Powered by Google App Engine
This is Rietveld 408576698