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

Unified Diff: mojo/public/interfaces/bindings/interface_control_messages.mojom

Issue 2280483002: Add FlushForTesting to InterfacePtr and Binding. (Closed)
Patch Set: Created 4 years, 3 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: mojo/public/interfaces/bindings/interface_control_messages.mojom
diff --git a/mojo/public/interfaces/bindings/interface_control_messages.mojom b/mojo/public/interfaces/bindings/interface_control_messages.mojom
index d193351c49e56939a16cd396b6c97e5c241c51b7..42b6297d05157c36a9eee90a3af7ff0f5db7c676 100644
--- a/mojo/public/interfaces/bindings/interface_control_messages.mojom
+++ b/mojo/public/interfaces/bindings/interface_control_messages.mojom
@@ -23,6 +23,7 @@ struct RunMessageParams {
};
union RunInput {
QueryVersion query_version;
+ FlushForTesting flush_for_testing;
};
struct RunResponseMessageParams {
@@ -39,6 +40,9 @@ struct QueryVersionResult {
uint32 version;
};
+struct FlushForTesting {
+};
+
////////////////////////////////////////////////////////////////////////////////
// RunOrClosePipe@0xFFFFFFFE(RunOrClosePipeInput input);
//

Powered by Google App Engine
This is Rietveld 408576698