Index: chrome/browser/memory/tab_stats.h |
diff --git a/chrome/browser/memory/tab_stats.h b/chrome/browser/memory/tab_stats.h |
index c68f6d0661d92cebd0e375cf8e958c4e2cb0cada..c036f08d4c797891ed1f9b7d10dfa97c7aa76451 100644 |
--- a/chrome/browser/memory/tab_stats.h |
+++ b/chrome/browser/memory/tab_stats.h |
@@ -41,6 +41,7 @@ struct TabStats { |
int oom_score; |
#endif |
int64_t tab_contents_id; // Unique ID per WebContents. |
+ bool is_auto_discardable; |
}; |
typedef std::vector<TabStats> TabStatsList; |