Chromium Code Reviews

Unified Diff: chrome/browser/first_run_win.cc

Issue 225019: Fix for crasher on toast UI... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run_win.cc
===================================================================
--- chrome/browser/first_run_win.cc (revision 27032)
+++ chrome/browser/first_run_win.cc (working copy)
@@ -800,8 +800,8 @@
layout->StartRowWithPadding(0, 1, 0, 10);
try_chrome_ = new views::RadioButton(
kGiveChromeATry[kDialogVersion[version_].try_index], 1);
+ layout->AddView(try_chrome_);
try_chrome_->SetChecked(true);
- layout->AddView(try_chrome_);
}
// Third row views.
if (kDialogVersion[version_].try_index >= 0) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine