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

Unified Diff: net/disk_cache/simple/simple_synchronous_entry.h

Issue 12223075: Make SimpleEntryImpl::Doom() completely asynchronous. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix merge Created 7 years, 10 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
Index: net/disk_cache/simple/simple_synchronous_entry.h
diff --git a/net/disk_cache/simple/simple_synchronous_entry.h b/net/disk_cache/simple/simple_synchronous_entry.h
index 54b7b27fa2a50139fef3d3b930c0bf794d2b9e79..7722ffd237238c0f9bf35b10a3c80e264505ce2c 100644
--- a/net/disk_cache/simple/simple_synchronous_entry.h
+++ b/net/disk_cache/simple/simple_synchronous_entry.h
@@ -57,8 +57,7 @@ class SimpleSynchronousEntry {
scoped_refptr<base::TaskRunner> callback_runner,
const net::CompletionCallback& callback);
- // N.B. DoomAndClose(), Close(), ReadData() and WriteData() may block on IO.
- void DoomAndClose();
+ // N.B. Close(), ReadData() and WriteData() may block on IO.
void Close();
void ReadData(int index,
int offset,

Powered by Google App Engine
This is Rietveld 408576698