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

Unified Diff: trunk/src/athena/activity/public/activity.h

Issue 497013002: Revert 291221 "Athena: Adding basic resource management framewor..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « no previous file | trunk/src/athena/athena.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/athena/activity/public/activity.h
===================================================================
--- trunk/src/athena/activity/public/activity.h (revision 291366)
+++ trunk/src/athena/activity/public/activity.h (working copy)
@@ -9,10 +9,6 @@
#include "athena/athena_export.h"
-namespace aura {
-class Window;
-}
-
namespace athena {
class ActivityViewModel;
@@ -76,10 +72,6 @@
// Returns the current media state.
virtual ActivityMediaState GetMediaState() = 0;
-
- // Returns the window for the activity. This can be used to determine the
- // stacking order of this activity against others.
- virtual aura::Window* GetWindow() = 0;
};
} // namespace athena
« no previous file with comments | « no previous file | trunk/src/athena/athena.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698