Enable the bubble UI by default on Linux(not including Cros) and Win.
commit00eb526dc78520224be5a744533398c5b2fbdd54
authoryiyaoliu <yiyaoliu@chromium.org>
Wed, 29 Oct 2014 22:54:47 +0000 (29 15:54 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Oct 2014 22:55:06 +0000 (29 22:55 +0000)
tree8422c0d2569f6b6f873aa67af2f9c7fd5ed0a587
parentf96252bbb41bd3b1b7db556a34499761b2519c8e
Enable the bubble UI by default on Linux(not including Cros) and Win.

On Chrome OS, the original infobar is still shown.

Use the histogram "SessionCrashed.Bubble" bucket value to verify that the session crash bubble is shown under non-official build.
Under Google Chrome build, this is not tested because
1) a task is posted to the file thread before the bubble is shown
2) it is difficult to make sure that the histogram check runs after all threads have finished their tasks.

BUG=364670

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

Cr-Commit-Position: refs/heads/master@{#301958}
chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
chrome/browser/ui/views/session_crashed_bubble_view.cc