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

Unified Diff: content/public/browser/android/content_view_core.h

Issue 2157793002: Remove ContentViewCore::RequestTextSurroundingSelection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the review comments. Created 4 years, 5 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: content/public/browser/android/content_view_core.h
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
index 63921ec9ee4c7da7362476122a01201323208a36..24f9572853662750f9b1715a6211dafd33af74bd 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -48,13 +48,6 @@ class CONTENT_EXPORT ContentViewCore {
virtual void PauseOrResumeGeolocation(bool should_pause) = 0;
- // Text surrounding selection.
- virtual void RequestTextSurroundingSelection(
- int max_length,
- const base::Callback<void(const base::string16& content,
- int start_offset,
- int end_offset)>& callback) = 0;
-
virtual ui::WindowAndroid* GetWindowAndroid() const = 0;
virtual const base::android::JavaRef<jobject>& GetViewAndroidDelegate()
const = 0;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_base.cc ('k') | content/public/browser/render_frame_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698