Chromium Code Reviews| Index: chrome/browser/chrome_browser_field_trials.h |
| diff --git a/chrome/browser/chrome_browser_field_trials.h b/chrome/browser/chrome_browser_field_trials.h |
| index 7f3d6929c0337b41ed456e6d7748fd029a16e40e..fb929263b3af4951551abed8b4dabad055b9e35c 100644 |
| --- a/chrome/browser/chrome_browser_field_trials.h |
| +++ b/chrome/browser/chrome_browser_field_trials.h |
| @@ -62,6 +62,9 @@ class ChromeBrowserFieldTrials { |
| // Disables the new tab field trial if not running in desktop mode. |
| void DisableNewTabFieldTrialIfNecesssary(); |
| + // Safe Browsing interstitial redesign trial. |
| + void SafeBrowsingInterstitialFieldTrial(); |
|
Alexei Svitkine (slow)
2012/08/21 18:37:38
Nit: Can you rename this to SetUpSafeBrowsingInter
mattm
2012/08/21 19:09:39
Done.
|
| + |
| const CommandLine& parsed_command_line_; |
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserFieldTrials); |