diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 5a301af..e9e2a06 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -202,19 +202,14 @@ const char kContentSettings2[] = "new-content-settings"; // 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. |