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

Unified Diff: chrome/browser/views/first_run_customize_view.h

Issue 4244: Make Chrome default browser an opt-out instead of an opt-in on first run. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/resources/locale_settings_zh-TW.rc ('k') | chrome/browser/views/first_run_customize_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/first_run_customize_view.h
===================================================================
--- chrome/browser/views/first_run_customize_view.h (revision 2542)
+++ chrome/browser/views/first_run_customize_view.h (working copy)
@@ -12,14 +12,11 @@
#include "chrome/views/view.h"
namespace ChromeViews {
-
class Label;
class Window;
class ImageView;
class Separator;
-class CheckBox;
class ComboBox;
-
}
class Profile;
@@ -40,7 +37,8 @@
FirstRunCustomizeView(Profile* profile,
ImporterHost* importer_host,
- CustomizeViewObserver* observer);
+ CustomizeViewObserver* observer,
+ bool default_browser_checked);
virtual ~FirstRunCustomizeView();
// Overridden from ChromeViews::View.
@@ -74,7 +72,6 @@
ChromeViews::Label* main_label_;
ChromeViews::CheckBox* import_cbox_;
- ChromeViews::CheckBox* default_browser_cbox_;
ChromeViews::ComboBox* import_from_combo_;
ChromeViews::Label* shortcuts_label_;
ChromeViews::CheckBox* desktop_shortcut_cbox_;
@@ -82,7 +79,7 @@
CustomizeViewObserver* customize_observer_;
- DISALLOW_EVIL_CONSTRUCTORS(FirstRunCustomizeView);
+ DISALLOW_COPY_AND_ASSIGN(FirstRunCustomizeView);
};
#endif // CHROME_BROWSER_VIEWS_FIRST_RUN_CUSTOMIZE_VIEW_H_
« no previous file with comments | « chrome/app/resources/locale_settings_zh-TW.rc ('k') | chrome/browser/views/first_run_customize_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698