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 9d38ecad048dfcd54fa48ccc706b7613c8e742a1..99241c8a6a338e049d59ecc7d1db1ca136458819 100644 |
--- a/athena/activity/public/activity_view_model.h |
+++ b/athena/activity/public/activity_view_model.h |
@@ -25,7 +25,10 @@ class ATHENA_EXPORT ActivityViewModel { |
public: |
virtual ~ActivityViewModel() {} |
- // Called after the view model is attached to the widget/window tree. |
+ // Called after the view model is attached to the widget/window tree and |
+ // before it gets registered to the ActivityManager and the ResourceManager. |
+ // At this time the Activity can also be moved to a different place in the |
+ // Activity history. |
virtual void Init() = 0; |
// Returns a color most representative of this activity. |