Index: chrome/browser/android/offline_pages/recent_tab_helper.h |
diff --git a/chrome/browser/android/offline_pages/recent_tab_helper.h b/chrome/browser/android/offline_pages/recent_tab_helper.h |
index c61fbd7455eb347fcab9f563da99c0bd1d21ccad..23899745f8d280427c02f7f8ad985fad83322dc8 100644 |
--- a/chrome/browser/android/offline_pages/recent_tab_helper.h |
+++ b/chrome/browser/android/offline_pages/recent_tab_helper.h |
@@ -133,11 +133,13 @@ class RecentTabHelper |
std::unique_ptr<SnapshotProgressInfo> downloads_latest_saved_snapshot_info_; |
// Snapshot progress information for a last_n triggered request. Null if |
- // last_n is not currently capturing the current page. |
+ // last_n is not currently capturing the current page. It is cleared upon non |
+ // ignored navigations. |
std::unique_ptr<SnapshotProgressInfo> last_n_ongoing_snapshot_info_; |
// Snapshot information for the last successful snapshot requested by |
// last_n. Null if no successful one has ever completed for the current page. |
+ // It is cleared when the referenced snapshot is deleted. |
std::unique_ptr<SnapshotProgressInfo> last_n_latest_saved_snapshot_info_; |
// If empty, the tab does not have AndroidId and can not capture pages. |