| Index: chrome/browser/browser_main.h
|
| diff --git a/chrome/browser/browser_main.h b/chrome/browser/browser_main.h
|
| index e13a12dab4d8cae2654427cb10f8aca5d10996eb..85dce6f94000f2ae99a8bdc35b832843c5e47951 100644
|
| --- a/chrome/browser/browser_main.h
|
| +++ b/chrome/browser/browser_main.h
|
| @@ -147,7 +147,8 @@ class BrowserMainParts {
|
| const PrefService* local_state);
|
|
|
| // Add an invocation of your field trial init function to this method.
|
| - void SetupFieldTrials(bool metrics_recording_enabled);
|
| + void SetupFieldTrials(bool metrics_recording_enabled,
|
| + bool proxy_policy_is_set);
|
|
|
| // Members initialized on construction ---------------------------------------
|
|
|
|
|