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

Unified Diff: services/files/file_impl.h

Issue 1055403002: Add an Ioctl() message to the File interface. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 9 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 | « mojo/services/files/public/interfaces/file.mojom ('k') | services/files/file_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/files/file_impl.h
diff --git a/services/files/file_impl.h b/services/files/file_impl.h
index 3c70c11831ea0dfadafa788260873fd38fb8fcb7..58fa94cca4648964f1ab98ce15496a621f14b285 100644
--- a/services/files/file_impl.h
+++ b/services/files/file_impl.h
@@ -53,6 +53,9 @@ class FileImpl : public File {
uint32_t open_flags,
const ReopenCallback& callback) override;
void AsBuffer(const AsBufferCallback& callback) override;
+ void Ioctl(uint32_t request,
+ Array<uint32_t> in_values,
+ const IoctlCallback& callback);
private:
StrongBinding<File> binding_;
« no previous file with comments | « mojo/services/files/public/interfaces/file.mojom ('k') | services/files/file_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698