| 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 9f04c0660c33aa58c14c9cf06eff1b445f84c1f6..a42591384806633b4c2e784b2a8ad5b18af0d77f 100644
|
| --- a/content/public/test/browser_test_utils.h
|
| +++ b/content/public/test/browser_test_utils.h
|
| @@ -551,6 +551,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();
|
|
|