| 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 e295ef252fab383956c7a32744283bf80768ef8c..55281d3e90b6bc5767a2c078f3d2825ad6864ea1 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -122,12 +122,6 @@ class CONTENT_EXPORT RenderWidgetHostView {
|
| // Retrieve the bounds of the View, in screen coordinates.
|
| virtual gfx::Rect GetViewBounds() const = 0;
|
|
|
| - // Returns true if the View's context menu is showing.
|
| - virtual bool IsShowingContextMenu() const = 0;
|
| -
|
| - // Tells the View whether the context menu is showing.
|
| - virtual void SetShowingContextMenu(bool showing) = 0;
|
| -
|
| // Returns the currently selected text.
|
| virtual base::string16 GetSelectedText() = 0;
|
|
|
|
|