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

Unified Diff: athena/test/sample_activity.h

Issue 477523002: Athena: Adding basic resource management framework (un-/re-loading) of V2 applications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot two files 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/test/sample_activity.h
diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h
index 7f7432a3c430bc20d195bd843175ec16033e1e74..a43d60986d03f5dc83c74a36fcb915901a73fd58 100644
--- a/athena/test/sample_activity.h
+++ b/athena/test/sample_activity.h
@@ -28,6 +28,7 @@ class SampleActivity : public Activity,
virtual ActivityState GetCurrentState() OVERRIDE;
virtual bool IsVisible() OVERRIDE;
virtual ActivityMediaState GetMediaState() OVERRIDE;
+ virtual aura::Window* GetWindow() OVERRIDE;
// athena::ActivityViewModel:
virtual void Init() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698