Index: athena/activity/public/activity_view_model.h |
diff --git a/athena/activity/public/activity_view_model.h b/athena/activity/public/activity_view_model.h |
index 12b8ceda8e17324cca7489e6742273d0988cec22..7990da694bd783ae3fc0a8174e5a2b6d08b59c65 100644 |
--- a/athena/activity/public/activity_view_model.h |
+++ b/athena/activity/public/activity_view_model.h |
@@ -46,11 +46,6 @@ class ATHENA_EXPORT ActivityViewModel { |
// be deleted by the resource manager. |
virtual views::View* GetContentsView() = 0; |
- // This gets called before the Activity gets (partially) thrown out of memory |
- // to create a preview image of the activity. Note that even if this function |
- // gets called, |GetOverviewModeImage()| could still return an empty image. |
- virtual void CreateOverviewModeImage() = 0; |
- |
// Returns an image which can be used to represent the activity in e.g. the |
// overview mode. The returned image can have no size if either a view exists |
// or the activity has not yet been loaded. In that case |