| Index: chrome/browser/first_run/first_run_dialog.h
|
| diff --git a/chrome/browser/first_run/first_run_dialog.h b/chrome/browser/first_run/first_run_dialog.h
|
| index a5801b74c2963d74b867d9ca1c9cd43aac7d47d9..93529ff113bfa1dee67aceb24148fbc883b8bd9e 100644
|
| --- a/chrome/browser/first_run/first_run_dialog.h
|
| +++ b/chrome/browser/first_run/first_run_dialog.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -10,10 +10,8 @@ class Profile;
|
|
|
| namespace first_run {
|
|
|
| -// Shows the search engine choice dialog. Only called if IsOrganicFirstRun()
|
| -// is true.
|
| -void ShowFirstRunDialog(Profile* profile,
|
| - bool randomize_search_engine_experiment);
|
| +// Shows the first run dialog. Only called if IsOrganicFirstRun() is true.
|
| +void ShowFirstRunDialog(Profile* profile);
|
|
|
| } // namespace first_run
|
|
|
|
|