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

Unified Diff: net/http/http_network_transaction.h

Issue 2519473002: Fixes the cache lock issue. (Closed)
Patch Set: Initial patch Created 4 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
Index: net/http/http_network_transaction.h
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index 9d9a56298822d7c890a1874e76b10dae8516d68a..8f3f5b145a5ebfea07e1f756ea5598b4bbd4edce 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -68,7 +68,7 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
int RestartWithAuth(const AuthCredentials& credentials,
const CompletionCallback& callback) override;
bool IsReadyToRestartForAuth() override;
-
+ void Orphan(std::unique_ptr<HttpTransaction> trans) override;
int Read(IOBuffer* buf,
int buf_len,
const CompletionCallback& callback) override;

Powered by Google App Engine
This is Rietveld 408576698