summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/first_run_customize_view.h
diff options
context:
space:
mode:
authorkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-11 21:40:55 +0000
committerkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-11 21:40:55 +0000
commit05e789d0a4728cf8cd2c153443d78992c624a945 (patch)
tree333067a9e46a1c27f8330ad2607ed02ac7db2a37 /chrome/browser/views/first_run_customize_view.h
parent48ca901238509dd4c5f7bb30c66ef36f5dafc828 (diff)
downloadchromium_src-05e789d0a4728cf8cd2c153443d78992c624a945.zip
chromium_src-05e789d0a4728cf8cd2c153443d78992c624a945.tar.gz
chromium_src-05e789d0a4728cf8cd2c153443d78992c624a945.tar.bz2
Do not import homepage on First Run if a homepage is given in master preferences.
BUG=9048 Review URL: http://codereview.chromium.org/164291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/first_run_customize_view.h')
-rw-r--r--chrome/browser/views/first_run_customize_view.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/views/first_run_customize_view.h b/chrome/browser/views/first_run_customize_view.h
index 13ef358..990bf27 100644
--- a/chrome/browser/views/first_run_customize_view.h
+++ b/chrome/browser/views/first_run_customize_view.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -39,7 +39,8 @@ class FirstRunCustomizeView : public FirstRunViewBase,
FirstRunCustomizeView(Profile* profile,
ImporterHost* importer_host,
CustomizeViewObserver* observer,
- bool default_browser_checked);
+ bool default_browser_checked,
+ bool homepage_defined);
virtual ~FirstRunCustomizeView();
// Overridden from views::View.