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 69b98f1867719ba7dc36616156508d2c555b31c0..c22c863144229b6f825aa0ccb99d8595d03b1b6e 100644 |
--- a/athena/activity/public/activity_view_model.h |
+++ b/athena/activity/public/activity_view_model.h |
@@ -50,10 +50,6 @@ class ATHENA_EXPORT ActivityViewModel { |
// be deleted by the resource manager. |
virtual views::View* GetContentsView() = 0; |
- // Creates a custom widget for the activity. Returns nullptr to use default |
- // implementation. |
- virtual views::Widget* CreateWidget() = 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 or ever been presented. In that |