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

Unified Diff: content/public/browser/render_widget_host_view.h

Issue 2149493004: [refactor] Removing the dead method RenderWidgetHostView::GetSelectedText() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Call method on correct view 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/render_widget_host_view.h
diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
index 5ef49e449d92acf761cade7db88dff00f3cc3a24..84bdd19b4dd7c345ba386c1593fc24a10709fe42 100644
--- a/content/public/browser/render_widget_host_view.h
+++ b/content/public/browser/render_widget_host_view.h
@@ -123,9 +123,6 @@ class CONTENT_EXPORT RenderWidgetHostView {
// Tells the View whether the context menu is showing.
virtual void SetShowingContextMenu(bool showing) = 0;
- // Returns the currently selected text.
- virtual base::string16 GetSelectedText() const = 0;
-
// Subclasses should override this method to set the background color. |color|
// could be transparent or opaque.
virtual void SetBackgroundColor(SkColor color) = 0;

Powered by Google App Engine
This is Rietveld 408576698