Index: chrome/browser/memory/tab_stats.cc |
diff --git a/chrome/browser/memory/tab_stats.cc b/chrome/browser/memory/tab_stats.cc |
index df81a4e1a3336735a3f5a6ac3c1d36c24c219ab1..d8a0ba5b629da144c0f3c4278834acb787df62ec 100644 |
--- a/chrome/browser/memory/tab_stats.cc |
+++ b/chrome/browser/memory/tab_stats.cc |
@@ -22,7 +22,8 @@ TabStats::TabStats() |
#if defined(OS_CHROMEOS) |
oom_score(0), |
#endif |
- tab_contents_id(0) { |
+ tab_contents_id(0), |
+ is_auto_discardable(true) { |
} |
TabStats::TabStats(const TabStats& other) = default; |