Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: chrome/browser/ui/sad_tab_types.h

Issue 2172013002: Wire up OOM exception to the sad tab page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@memory2
Patch Set: namespace Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
};

Powered by Google App Engine
This is Rietveld 408576698