Chromium Code Reviews| Index: chrome/browser/ui/sad_tab_types.h |
| diff --git a/chrome/browser/ui/sad_tab_types.h b/chrome/browser/ui/sad_tab_types.h |
| index 4323295bab271fffb56f406d77d6153da4c949f2..bdfb550ffb12928c5ec5144895267f59d41a8c4e 100644 |
| --- a/chrome/browser/ui/sad_tab_types.h |
| +++ b/chrome/browser/ui/sad_tab_types.h |
| @@ -14,6 +14,7 @@ enum SadTabKind { |
| #if defined(OS_CHROMEOS) |
| SAD_TAB_KIND_KILLED_BY_OOM, // Tab killed by oom killer. |
| #endif |
| + SAD_TAB_OOM, // Tab ran out of memory. |
|
msw
2016/07/22 22:48:10
nit: use two spaces (or align all comments)
Will Harris
2016/07/22 23:23:56
Done.
|
| SAD_TAB_KIND_KILLED // Tab killed. |
| }; |