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

Unified Diff: athena/test/sample_activity.h

Issue 332443005: Enable accelerators on web activity window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 007a249ac39df5d047446e46e084ddf40bc96a5e..8f423056b627e02c53059d13b66c986f7b543b2f 100644
--- a/athena/test/sample_activity.h
+++ b/athena/test/sample_activity.h
@@ -25,6 +25,7 @@ class SampleActivity : public Activity,
virtual athena::ActivityViewModel* GetActivityViewModel() OVERRIDE;
// athena::ActivityViewModel:
+ virtual void Init() OVERRIDE;
virtual SkColor GetRepresentativeColor() OVERRIDE;
virtual base::string16 GetTitle() OVERRIDE;
virtual views::View* GetContentsView() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698