| Index: athena/content/app_activity_proxy.cc
|
| diff --git a/athena/content/app_activity_proxy.cc b/athena/content/app_activity_proxy.cc
|
| index 77953ced19921c51c87baea81eca70fa0feff2d2..12438d1f8724c831e6c97b8a480c037dc7f0f919 100644
|
| --- a/athena/content/app_activity_proxy.cc
|
| +++ b/athena/content/app_activity_proxy.cc
|
| @@ -84,6 +84,9 @@ gfx::ImageSkia AppActivityProxy::GetIcon() const {
|
| return gfx::ImageSkia();
|
| }
|
|
|
| +void AppActivityProxy::SetActivityView(ActivityView* view) {
|
| +}
|
| +
|
| bool AppActivityProxy::UsesFrame() const {
|
| return true;
|
| }
|
|
|