| Index: athena/content/app_activity_proxy.cc
|
| diff --git a/athena/content/app_activity_proxy.cc b/athena/content/app_activity_proxy.cc
|
| index c0dbf080fe50c645f8df5a7b6a0dd25167faaee4..c19fdedaebd7856e2d3a862e1a72a0bc4e6f49fd 100644
|
| --- a/athena/content/app_activity_proxy.cc
|
| +++ b/athena/content/app_activity_proxy.cc
|
| @@ -81,4 +81,10 @@ gfx::ImageSkia AppActivityProxy::GetOverviewModeImage() {
|
| return image_;
|
| }
|
|
|
| +void AppActivityProxy::PrepareContentsForOverview() {
|
| +}
|
| +
|
| +void AppActivityProxy::ResetContentsView() {
|
| +}
|
| +
|
| } // namespace athena
|
|
|