| Index: chrome/browser/chrome_browser_field_trials_mobile.h
|
| diff --git a/chrome/browser/chrome_browser_field_trials_mobile.h b/chrome/browser/chrome_browser_field_trials_mobile.h
|
| index dc5f278cbb331e523c21db053683166cc0cb6549..7fd3c2fe87e429bbe5dbb3d335a4eb1091f7558d 100644
|
| --- a/chrome/browser/chrome_browser_field_trials_mobile.h
|
| +++ b/chrome/browser/chrome_browser_field_trials_mobile.h
|
| @@ -20,9 +20,7 @@ namespace chrome {
|
| // Add an invocation of your field trial init function to this method, or to
|
| // SetupFieldTrials in chrome_browser_field_trials.cc if it is for all
|
| // platforms.
|
| -void SetupMobileFieldTrials(const base::CommandLine& parsed_command_line,
|
| - const base::Time& install_time,
|
| - PrefService* local_state);
|
| +void SetupMobileFieldTrials(const base::CommandLine& parsed_command_line);
|
|
|
| } // namespace chrome
|
|
|
|
|