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

Unified Diff: net/http/transport_security_persister.cc

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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 | « net/filter/filter_source_stream.cc ('k') | net/http/transport_security_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_persister.cc
diff --git a/net/http/transport_security_persister.cc b/net/http/transport_security_persister.cc
index 7919dcb8d787015bfb8c13ac0508997c16abb644..0ee2c39d2503438b49e7c959b71eaa48c3ebeccf 100644
--- a/net/http/transport_security_persister.cc
+++ b/net/http/transport_security_persister.cc
@@ -92,7 +92,7 @@ const char kExpectCTObserved[] = "expect_ct_observed";
const char kExpectCTEnforce[] = "expect_ct_enforce";
const char kExpectCTReportUri[] = "expect_ct_report_uri";
-std::string LoadState(const base::FilePath& path) {
+std::string LoadState2(const base::FilePath& path) {
std::string result;
if (!base::ReadFileToString(path, &result)) {
return "";
@@ -302,7 +302,7 @@ TransportSecurityPersister::TransportSecurityPersister(
base::PostTaskAndReplyWithResult(
background_runner_.get(), FROM_HERE,
- base::Bind(&LoadState, writer_.path()),
+ base::Bind(&LoadState2, writer_.path()),
base::Bind(&TransportSecurityPersister::CompleteLoad,
weak_ptr_factory_.GetWeakPtr()));
}
« no previous file with comments | « net/filter/filter_source_stream.cc ('k') | net/http/transport_security_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698