Chromium Code Reviews| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
| index 91edef2d35c71c7d9137c8e2b58938d236890e0d..1a886dbfcca8aaf3293a872a4bc44adf59c5c785 100644 |
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
| @@ -111,6 +111,7 @@ class SafeBrowsingBlockingPage : public content::InterstitialPageDelegate { |
| SHOW, |
| PROCEED, |
| DONT_PROCEED, |
| + SHOW_ADVANCED, |
| }; |
| // Records a user action for this interstitial, using the form |
| @@ -262,6 +263,9 @@ class SafeBrowsingBlockingPageV2 : public SafeBrowsingBlockingPage { |
| const string16& description2, |
| const string16& description3); |
| + // For the FieldTrial: this contains the name of the condition. |
| + std::string trial_; |
|
James Hawkins
2013/05/01 23:21:45
Maybe trialCondition? or something
felt
2013/05/02 16:07:12
Done.
|
| + |
| DISALLOW_COPY_AND_ASSIGN(SafeBrowsingBlockingPageV2); |
| }; |