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