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

Unified Diff: athena/test/sample_activity.h

Issue 375143002: Use Widget frame and WidgetDelegate in ActvityWidget (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 8f423056b627e02c53059d13b66c986f7b543b2f..86253a8f3367eaa24b95c9d22945bc2df9cd375b 100644
--- a/athena/test/sample_activity.h
+++ b/athena/test/sample_activity.h
@@ -26,8 +26,9 @@ class SampleActivity : public Activity,
// athena::ActivityViewModel:
virtual void Init() OVERRIDE;
- virtual SkColor GetRepresentativeColor() OVERRIDE;
- virtual base::string16 GetTitle() OVERRIDE;
+ virtual SkColor GetRepresentativeColor() const OVERRIDE;
+ virtual base::string16 GetTitle() const OVERRIDE;
+ virtual bool UsesFrame() const OVERRIDE;
virtual views::View* GetContentsView() OVERRIDE;
SkColor color_;

Powered by Google App Engine
This is Rietveld 408576698