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

Unified Diff: net/http/transport_security_persister.cc

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Exclude certain files from jumbo because of a Windows problem Created 3 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 | « 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 edd8724b8edf624a5a4da96433f2ce6932fc370d..2349ed84ad1b79d80012305e453ecdfb7db1120a 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