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; |