| Index: athena/content/app_activity_proxy.cc
|
| diff --git a/athena/content/app_activity_proxy.cc b/athena/content/app_activity_proxy.cc
|
| index 491aaefd3809e357839e41eff72a96a3375a8d34..2625ab7e05a4091bd50cb2e3935988e832e465f0 100644
|
| --- a/athena/content/app_activity_proxy.cc
|
| +++ b/athena/content/app_activity_proxy.cc
|
| @@ -76,6 +76,10 @@ base::string16 AppActivityProxy::GetTitle() const {
|
| return title_;
|
| }
|
|
|
| +gfx::ImageSkia AppActivityProxy::GetIcon() const {
|
| + return gfx::ImageSkia();
|
| +}
|
| +
|
| bool AppActivityProxy::UsesFrame() const {
|
| return true;
|
| }
|
|
|