diff options
Diffstat (limited to 'chrome/browser/views/first_run_customize_view.h')
-rw-r--r-- | chrome/browser/views/first_run_customize_view.h | 5 |
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 dd9a28c..ecc3a7aa 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) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -42,7 +42,8 @@ class FirstRunCustomizeView : public FirstRunViewBase, bool default_browser_checked, bool homepage_defined, int import_items, - int dont_import_items); + int dont_import_items, + bool search_engine_experiment); virtual ~FirstRunCustomizeView(); // Overridden from views::View. |