| 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 cb917f6f1e8e9cc13c3613cf97cacce85628e828..d68831d0278f8953382e04e235cf19f0abd6c30c 100644
|
| --- a/content/public/test/browser_test_utils.h
|
| +++ b/content/public/test/browser_test_utils.h
|
| @@ -539,6 +539,8 @@ class InputMsgWatcher : public BrowserMessageFilter {
|
| InputMsgWatcher(RenderWidgetHost* render_widget_host,
|
| blink::WebInputEvent::Type type);
|
|
|
| + bool HasReceivedAck();
|
| +
|
| // Wait until ack message occurs, returning the ack result from
|
| // the message.
|
| uint32_t WaitForAck();
|
|
|