Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index 59e559efda3a82ae4f9bd4064bc772b1dd3b3809..71a657720c1ee46892d3a5b8d795108f2bc2c6ba 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -356,6 +356,9 @@ public: |
// Cancels any outstanding requests for scoping string matches on a frame. |
virtual void cancelPendingScopingEffort() = 0; |
+ // Indicates whether there is a scoping effort in progress. |
+ virtual bool scopingInProgress() = 0; |
+ |
// This function is called on the main frame during the scoping effort |
// to keep a running tally of the accumulated total match-count for all |
// frames. After updating the count it will notify the WebViewClient |