Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: chrome/browser/ssl/ssl_blocking_page.h

Issue 341653006: Add experimental versions of the SSL interstitial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 36e4ebbe5ad53708db24d09653cd661e8bb89745..9f833345100aa243d813accc5b35d9e3058dcbc7 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -121,7 +121,7 @@ class SSLBlockingPage : public content::InterstitialPageDelegate,
bool captive_portal_detected_;
// For the FieldTrial: this contains the name of the condition.
- std::string trialCondition_;
+ std::string trial_condition_;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698