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

Unified Diff: content/public/common/resource_response_info.cc

Issue 1497423002: Revert of Downgrade lock icon for broken-HTTPS subresources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix conflict Created 5 years 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
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/resource_response_info.cc
diff --git a/content/public/common/resource_response_info.cc b/content/public/common/resource_response_info.cc
index f05ee195f9a0b227e0f08cda63fe2bff10d9c04d..1d4e304e0b20e43938a71eafd72a74e48d36edbc 100644
--- a/content/public/common/resource_response_info.cc
+++ b/content/public/common/resource_response_info.cc
@@ -10,8 +10,7 @@
namespace content {
ResourceResponseInfo::ResourceResponseInfo()
- : has_major_certificate_errors(false),
- content_length(-1),
+ : content_length(-1),
encoded_data_length(-1),
appcache_id(kAppCacheNoCacheId),
was_fetched_via_spdy(false),
@@ -23,7 +22,8 @@ ResourceResponseInfo::ResourceResponseInfo()
was_fallback_required_by_service_worker(false),
response_type_via_service_worker(
blink::WebServiceWorkerResponseTypeDefault),
- is_using_lofi(false) {}
+ is_using_lofi(false) {
+}
ResourceResponseInfo::~ResourceResponseInfo() {
}
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698