| Index: athena/content/app_activity.h
|
| diff --git a/athena/content/app_activity.h b/athena/content/app_activity.h
|
| index 6c5a7422e7af3bea50a3534ea10d723f138dcbb0..044b346bd1b6770d9acd505c035426b51a2dbca8 100644
|
| --- a/athena/content/app_activity.h
|
| +++ b/athena/content/app_activity.h
|
| @@ -32,8 +32,9 @@ class AppActivity : public Activity,
|
|
|
| // 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;
|
|
|
| // content::WebContentsObserver:
|
|
|