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

Unified Diff: android_webview/browser/find_helper.h

Issue 1851793002: Implement a shell of FindRequestManager, and hook it up to WebContentsImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and small fix. Created 4 years, 8 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
« no previous file with comments | « no previous file | android_webview/browser/find_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/find_helper.h
diff --git a/android_webview/browser/find_helper.h b/android_webview/browser/find_helper.h
index a2e36e7f32b2b5a9e34b0fcea5670fc60eccf107..ada90849fa73da8ab0004cb79b9f8550c4f3d61a 100644
--- a/android_webview/browser/find_helper.h
+++ b/android_webview/browser/find_helper.h
@@ -43,7 +43,7 @@ class FindHelper : public content::WebContentsObserver {
void ClearMatches();
private:
- void StartNewRequest(const base::string16& search_string);
+ void StartNewSession(const base::string16& search_string);
bool MaybeHandleEmptySearch(const base::string16& search_string);
void NotifyResults(int active_ordinal, int match_count, bool finished);
« no previous file with comments | « no previous file | android_webview/browser/find_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698