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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12183008: ThreadWatcher - Added jankiness monitor for FILE thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 181723)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -202,19 +202,14 @@
// string value, the 2 letter code from ISO 3166-1.
const char kCountry[] = "country";
-// Causes the browser process to crash if browser threads are not responding
-// for the given number of seconds.
-const char kCrashOnHangSeconds[] = "crash-on-hang-seconds";
-
// Comma-separated list of BrowserThreads that cause browser process to crash
// if the given browser thread is not responsive. UI,IO,DB,FILE,CACHE are the
// list of BrowserThreads that are supported.
//
// For example:
-// --crash-on-hang-threads=UI:3,IO:3 --> Crash the browser if UI or IO thread
-// is not responsive and the number of
-// browser threads that are responding
-// is less than or equal to 3.
+// --crash-on-hang-threads=UI:3:18,IO:3:18 --> Crash the browser if UI or IO
+// is not responsive for 18 seconds and the number of browser threads that
+// are responding is less than or equal to 3.
const char kCrashOnHangThreads[] = "crash-on-hang-threads";
// Some platforms like ChromeOS default to empty desktop.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698