| Index: athena/content/app_activity.cc
|
| diff --git a/athena/content/app_activity.cc b/athena/content/app_activity.cc
|
| index c87ed6115196d4d8dcf4142aa8442d728b4be659..4fb20457ec6bfe0679d9c94534ee24f5d5b37fb5 100644
|
| --- a/athena/content/app_activity.cc
|
| +++ b/athena/content/app_activity.cc
|
| @@ -110,6 +110,10 @@ base::string16 AppActivity::GetTitle() const {
|
| return web_view_->GetWebContents()->GetTitle();
|
| }
|
|
|
| +gfx::ImageSkia AppActivity::GetIcon() const {
|
| + return gfx::ImageSkia();
|
| +}
|
| +
|
| bool AppActivity::UsesFrame() const {
|
| return false;
|
| }
|
|
|