Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Issue 4244: Make Chrome default browser an opt-out instead of an opt-in on first run. (Closed)

Created:
12 years, 3 months ago by Finnur
Modified:
9 years, 6 months ago
Reviewers:
cpu_(ooo_6.6-7.5)
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

"Make Chrome your default browser" should now appear as a checkbox at the bottom of the First Run dialogs and be opt-out. Therefore I moved it from the FirstRunCustomizeView view to the FirstRunViewBase. I also moved the override function for GetDialogButtonLabel to the base class (since both dialogs should have the same label for the OK button) and aligned the "Import" label vertically to the "Import" combobox. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=2605

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -137 lines) Patch
M chrome/app/resources/locale_settings_ar.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_bg.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_ca.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_cs.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_da.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_de.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_el.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_en-GB.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_en-US.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_es.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_es-419.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_et.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_fi.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_fil.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_fr.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_he.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_hi.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_hr.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_hu.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_id.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_it.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_ja.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_ko.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_lt.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_lv.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_nb.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_nl.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_pl.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_pt-BR.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_pt-PT.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_ro.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_ru.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_sk.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_sl.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_sr.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_sv.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_th.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_tr.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_uk.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_vi.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_zh-CN.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/app/resources/locale_settings_zh-TW.rc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/views/first_run_customize_view.h View 1 4 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/views/first_run_customize_view.cc View 1 7 chunks +16 lines, -21 lines 0 comments Download
M chrome/browser/views/first_run_view.h View 1 4 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/views/first_run_view.cc View 1 4 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/views/first_run_view_base.h View 1 5 chunks +13 lines, -7 lines 0 comments Download
M chrome/browser/views/first_run_view_base.cc View 1 8 chunks +33 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Finnur
A "not as bad as it looks" kinda review... :)
12 years, 3 months ago (2008-09-24 04:35:45 UTC) #1
cpu_(ooo_6.6-7.5)
12 years, 3 months ago (2008-09-25 17:55:35 UTC) #2
LGTM

One thing, please run your code once with a RTL language (like hebrew) to make
sure looks good.

Powered by Google App Engine
This is Rietveld 408576698