| Index: chrome/browser/first_run.h
|
| diff --git a/chrome/browser/first_run.h b/chrome/browser/first_run.h
|
| index 030c53559948de3df5db02346c6507bcbe36994f..0914e9fd1030da3d47bd4a4ce6a5afb312664757 100644
|
| --- a/chrome/browser/first_run.h
|
| +++ b/chrome/browser/first_run.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.
|
|
|
| @@ -69,8 +69,8 @@ class FirstRun {
|
| // 'master_preferences' file.
|
| static bool ProcessMasterPreferences(const FilePath& user_data_dir,
|
| const FilePath& master_prefs_path,
|
| - int* preference_details,
|
| - std::vector<std::wstring>* new_tabs);
|
| + std::vector<std::wstring>* new_tabs,
|
| + int* ping_delay);
|
|
|
| // Sets the kShouldShowFirstRunBubble local state pref so that the browser
|
| // shows the bubble once the main message loop gets going. Returns false if
|
|
|