| Index: content/public/browser/browser_message_filter.h
|
| diff --git a/content/public/browser/browser_message_filter.h b/content/public/browser/browser_message_filter.h
|
| index 8f652ecb9b4238b680ea69ddf642fef998cc1628..22b0e7d8a8cb12eae646df4fe974c97c12610a22 100644
|
| --- a/content/public/browser/browser_message_filter.h
|
| +++ b/content/public/browser/browser_message_filter.h
|
| @@ -92,11 +92,6 @@ class CONTENT_EXPORT BrowserMessageFilter
|
| peer_process_ = std::move(peer_process);
|
| }
|
|
|
| - // Checks that the given message can be dispatched on the UI thread, depending
|
| - // on the platform. If not, returns false and an error ot the sender.
|
| - static bool CheckCanDispatchOnUI(const IPC::Message& message,
|
| - IPC::Sender* sender);
|
| -
|
| // Called by bad_message.h helpers if a message couldn't be deserialized. This
|
| // kills the renderer. Can be called on any thread. This doesn't log the
|
| // error details to UMA, so use the bad_message.h for your module instead.
|
|
|