| Index: content/public/test/browser_test_utils.h
|
| diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h
|
| index 1deed61f1a9da8609bcd14c7adafa8302b917112..a651316f5f74083338bc2331cf6ebae932e55793 100644
|
| --- a/content/public/test/browser_test_utils.h
|
| +++ b/content/public/test/browser_test_utils.h
|
| @@ -552,6 +552,8 @@ class InputMsgWatcher : public BrowserMessageFilter {
|
| InputMsgWatcher(RenderWidgetHost* render_widget_host,
|
| blink::WebInputEvent::Type type);
|
|
|
| + bool HasReceivedAck() const;
|
| +
|
| // Wait until ack message occurs, returning the ack result from
|
| // the message.
|
| uint32_t WaitForAck();
|
|
|