DescriptionFix for crasher on toast UI
- The order of:
radio_button = new views::RadioButton(..)
layout->AddView(radio_button)
radio_button->SetChecked(true);
Matters, if the last two statements are inverted we crash (??)
BUG=none
TEST=start chrome with --try-chrome-again=1 and it does not crash and you see a toast
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27101
Patch Set 1 #Patch Set 2 : '' #Messages
Total messages: 2 (0 generated)
|