diff options
Diffstat (limited to 'chrome/browser/first_run/first_run_dialog.h')
-rw-r--r-- | chrome/browser/first_run/first_run_dialog.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/browser/first_run/first_run_dialog.h b/chrome/browser/first_run/first_run_dialog.h index a5801b7..93529ff 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 |