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

Side by Side 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: no more important 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SSL_SSL_BLOCKING_PAGE_H_ 5 #ifndef CHROME_BROWSER_SSL_SSL_BLOCKING_PAGE_H_
6 #define CHROME_BROWSER_SSL_SSL_BLOCKING_PAGE_H_ 6 #define CHROME_BROWSER_SSL_SSL_BLOCKING_PAGE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 // Is captive portal detection enabled? 114 // Is captive portal detection enabled?
115 bool captive_portal_detection_enabled_; 115 bool captive_portal_detection_enabled_;
116 // Did the probe complete before the interstitial was closed? 116 // Did the probe complete before the interstitial was closed?
117 bool captive_portal_probe_completed_; 117 bool captive_portal_probe_completed_;
118 // Did the captive portal probe receive an error or get a non-HTTP response? 118 // Did the captive portal probe receive an error or get a non-HTTP response?
119 bool captive_portal_no_response_; 119 bool captive_portal_no_response_;
120 // Was a captive portal detected? 120 // Was a captive portal detected?
121 bool captive_portal_detected_; 121 bool captive_portal_detected_;
122 122
123 // For the FieldTrial: this contains the name of the condition. 123 // For the FieldTrial: this contains the name of the condition.
124 std::string trialCondition_; 124 std::string trial_condition_;
125 125
126 content::NotificationRegistrar registrar_; 126 content::NotificationRegistrar registrar_;
127 127
128 DISALLOW_COPY_AND_ASSIGN(SSLBlockingPage); 128 DISALLOW_COPY_AND_ASSIGN(SSLBlockingPage);
129 }; 129 };
130 130
131 #endif // CHROME_BROWSER_SSL_SSL_BLOCKING_PAGE_H_ 131 #endif // CHROME_BROWSER_SSL_SSL_BLOCKING_PAGE_H_
OLDNEW
« no previous file with comments | « chrome/browser/resources/ssl/ssl_errors_common.js ('k') | chrome/browser/ssl/ssl_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698