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

Unified Diff: mojo/edk/system/data_pipe.h

Issue 2047823002: Remove no-longer-needed IsBusy...() stuff. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_dp_not_busy-x-work790_dp_cancel_two_phase
Patch Set: Created 4 years, 6 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 | mojo/edk/system/data_pipe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/data_pipe.h
diff --git a/mojo/edk/system/data_pipe.h b/mojo/edk/system/data_pipe.h
index 4437b76bf84071c067b1404e129fb07ffcb95106..7ab0f3fb3906d3ddc05373c2708cf32757b94d53 100644
--- a/mojo/edk/system/data_pipe.h
+++ b/mojo/edk/system/data_pipe.h
@@ -128,7 +128,6 @@ class DataPipe final : public ChannelEndpointClient {
void* destination,
size_t* actual_size,
std::vector<platform::ScopedPlatformHandle>* platform_handles);
- bool ProducerIsBusy() const;
// These are called by the consumer dispatcher to implement its methods of
// corresponding names.
@@ -163,7 +162,6 @@ class DataPipe final : public ChannelEndpointClient {
void* destination,
size_t* actual_size,
std::vector<platform::ScopedPlatformHandle>* platform_handles);
- bool ConsumerIsBusy() const;
// The following are only to be used by |DataPipeImpl| (and its subclasses):
« no previous file with comments | « no previous file | mojo/edk/system/data_pipe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698