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

Unified Diff: mojo/system/data_pipe.h

Issue 134663002: Mojo: DataPipe: Delete obsolete TODO/FIXME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/data_pipe.h
diff --git a/mojo/system/data_pipe.h b/mojo/system/data_pipe.h
index ff4812eb70fa88681a283c0e2ac9ab2841cf2c1d..32c77a268588dbd5cdbe0e2712d68eb18c005345 100644
--- a/mojo/system/data_pipe.h
+++ b/mojo/system/data_pipe.h
@@ -116,7 +116,6 @@ class MOJO_SYSTEM_IMPL_EXPORT DataPipe :
virtual MojoWaitFlags ConsumerSatisfiableFlagsNoLock() = 0;
// Thread-safe and fast (they don't take the lock):
- // TODO(vtl): FIXME -- "may discard" not respected
bool may_discard() const { return may_discard_; }
size_t element_num_bytes() const { return element_num_bytes_; }
size_t capacity_num_bytes() const { return capacity_num_bytes_; }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698