Chromium Code Reviews| Index: chrome/browser/ssl/ssl_blocking_page.h |
| diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h |
| index 4d7b2f28d44b83a1707d1a91ff3b53f1ca48bd41..d5eeecdbecf90ceb280970288e0332d80584eb65 100644 |
| --- a/chrome/browser/ssl/ssl_blocking_page.h |
| +++ b/chrome/browser/ssl/ssl_blocking_page.h |
| @@ -73,6 +73,9 @@ class SSLBlockingPage : public content::InterstitialPageDelegate { |
| bool strict_enforcement_; |
| content::InterstitialPage* interstitial_page_; // Owns us. |
| + // For the FieldTrial. |
|
agl
2013/05/01 18:54:12
ditto.
felt
2013/05/01 19:39:45
Done.
|
| + std::string trial_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(SSLBlockingPage); |
| }; |