Index: chrome/browser/memory/tab_stats.cc |
diff --git a/chrome/browser/memory/tab_stats.cc b/chrome/browser/memory/tab_stats.cc |
index a7badb9592f7e4828eb5fb0f5c8a9c1649e41120..d0b6a09a89089aec469cbaef33451a4d01965653 100644 |
--- a/chrome/browser/memory/tab_stats.cc |
+++ b/chrome/browser/memory/tab_stats.cc |
@@ -15,6 +15,9 @@ TabStats::TabStats() |
is_discarded(false), |
renderer_handle(0), |
child_process_host_id(0), |
+#if defined(OS_CHROMEOS) |
+ oom_score(0), |
+#endif |
tab_contents_id(0) { |
} |