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 e39416c789bd79e3bded26d7690201a40d3915a4..1d05389a440daac0339df340eee4d42c7b177d1e 100644 |
--- a/content/public/test/browser_test_utils.h |
+++ b/content/public/test/browser_test_utils.h |
@@ -556,6 +556,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(); |