Makes it so we don't start watchdog when running under debugger
commitd9875966d9cf432f2f4cb8ca1d8dda9ee5cec701
authorsky <sky@chromium.org>
Fri, 26 Sep 2014 23:35:39 +0000 (26 16:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Sep 2014 23:35:58 +0000 (26 23:35 +0000)
tree6efcd05df86ca1f232c082b6ae17ca15b82a843c
parent172379d53ad5be5b92d34f179409d50aa9e36630
Makes it so we don't start watchdog when running under debugger

There is nothing worse than stepping through the debugger and suddenly
hitting the watchdog timer DCHECK. If you're running under a debugger
seems like you don't care about the watchdog thread. So, make it so we
don't start watchdog in this case.

BUG=none
TEST=none
R=rtenneti@chromium.org

Review URL: https://codereview.chromium.org/573683003

Cr-Commit-Position: refs/heads/master@{#297071}
chrome/browser/chrome_browser_main.cc