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

Unified Diff: mojo/public/cpp/bindings/message_filter.h

Issue 2064903002: Mojo: Report bindings validation errors via MojoNotifyBadMessage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: mojo/public/cpp/bindings/message_filter.h
diff --git a/mojo/public/cpp/bindings/message_filter.h b/mojo/public/cpp/bindings/message_filter.h
index 638c53bc82975b37737e88d44b5d5e52375c08dd..a12fbb110ff6b77da335614511ec9976ff34d5d2 100644
--- a/mojo/public/cpp/bindings/message_filter.h
+++ b/mojo/public/cpp/bindings/message_filter.h
@@ -30,7 +30,7 @@ class PassThroughFilter : public MessageFilter {
public:
explicit PassThroughFilter(MessageReceiver* sink = nullptr);
- bool Accept(Message* message) override;
+ bool Accept(Message* message, Error* error) override;
};
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698