| 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 7c749a27c696c887341584ac9b1213352fb56a9e..99459addbd337cba0bf518dfe32d24bc2078183a 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -163,17 +163,6 @@ class CONTENT_EXPORT RenderWidgetHostView {
|
| // Set the view's active state (i.e., tint state of controls).
|
| virtual void SetActive(bool active) = 0;
|
|
|
| - // Notifies the view that its enclosing window has changed visibility
|
| - // (minimized/unminimized, app hidden/unhidden, etc).
|
| - // TODO(stuartmorgan): This is a temporary plugin-specific workaround for
|
| - // <http://crbug.com/34266>. Once that is fixed, this (and the corresponding
|
| - // message and renderer-side handling) can be removed in favor of using
|
| - // WasHidden/WasShown.
|
| - virtual void SetWindowVisibility(bool visible) = 0;
|
| -
|
| - // Informs the view that its containing window's frame changed.
|
| - virtual void WindowFrameChanged() = 0;
|
| -
|
| // Brings up the dictionary showing a definition for the selected text.
|
| virtual void ShowDefinitionForSelection() = 0;
|
|
|
|
|