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

Unified Diff: content/public/renderer/document_state.cc

Issue 2347163002: s/NPN/ALPN/ (Closed)
Patch Set: Re: #12. Created 4 years, 3 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
« no previous file with comments | « content/public/renderer/document_state.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/document_state.cc
diff --git a/content/public/renderer/document_state.cc b/content/public/renderer/document_state.cc
index 30d75c756816c80efc8f2ec2363b33fd4f059205..7a74d75061c50ff27ce3795ea98284e7baa52c37 100644
--- a/content/public/renderer/document_state.cc
+++ b/content/public/renderer/document_state.cc
@@ -12,14 +12,13 @@ DocumentState::DocumentState()
: load_histograms_recorded_(false),
web_timing_histograms_recorded_(false),
was_fetched_via_spdy_(false),
- was_npn_negotiated_(false),
+ was_alpn_negotiated_(false),
was_alternate_protocol_available_(false),
connection_info_(net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN),
was_fetched_via_proxy_(false),
was_load_data_with_base_url_request_(false),
load_type_(UNDEFINED_LOAD),
- can_load_local_resources_(false) {
-}
+ can_load_local_resources_(false) {}
DocumentState::~DocumentState() {}
« no previous file with comments | « content/public/renderer/document_state.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698