Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 1959183002: Multi-Process Find-in-Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled tests on Android Release because of crbug.com/615291. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 497364f2c4a8d766800e13819bcbab489ed03925..aa09796f670264040a0f85fc2c41d9c337707972 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -545,12 +545,6 @@ public:
virtual void reportFindInPageSelection(
int identifier, int activeMatchOrdinal, const WebRect& selection) { }
- // Currently, TextFinder will report up the frame tree on certain events to
- // form a tree of TextFinders. When we're experimenting with OOPIFs, this
- // is precisely not what we want. Experiments that want to search per frame
- // should override this to true.
- virtual bool shouldSearchSingleFrame() { return false; }
-
// Quota ---------------------------------------------------------
// Requests a new quota size for the origin's storage.
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/find_in_hidden_frame.html ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698