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

Unified Diff: content/browser/android/content_view_core_impl.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/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index 0be41cb144c2a7ad1465c0be458f1af27a73ecb0..df0276b8d4ecdc7b0c6f7deb023d748e14db056a 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -66,11 +66,6 @@ class ContentViewCoreImpl : public ContentViewCore,
cc::Layer* GetLayer() const override;
bool ShowPastePopup(int x, int y) override;
void PauseOrResumeGeolocation(bool should_pause) override;
- void RequestTextSurroundingSelection(
- int max_length,
- const base::Callback<void(const base::string16& content,
- int start_offset,
- int end_offset)>& callback) override;
void AddObserver(ContentViewCoreImplObserver* observer);
void RemoveObserver(ContentViewCoreImplObserver* observer);

Powered by Google App Engine
This is Rietveld 408576698