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

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

Issue 1412183009: EDK: Stop having MojoCreateDataPipeOptions as a member of DataPipe. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « mojo/edk/system/data_pipe.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/data_pipe_impl.h
diff --git a/mojo/edk/system/data_pipe_impl.h b/mojo/edk/system/data_pipe_impl.h
index 87464c895336802a676760425faaa52e1df21d3e..e25b697aaa774f2fd4972641f966fdc80404a4df 100644
--- a/mojo/edk/system/data_pipe_impl.h
+++ b/mojo/edk/system/data_pipe_impl.h
@@ -132,7 +132,7 @@ class DataPipeImpl {
ChannelEndpointClient* channel_endpoint_client() const { return owner_; }
- const MojoCreateDataPipeOptions& validated_options() const {
+ MojoCreateDataPipeOptions validated_options() const {
return owner_->validated_options();
}
size_t element_num_bytes() const { return owner_->element_num_bytes(); }
« no previous file with comments | « mojo/edk/system/data_pipe.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698