| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index cdba59fe164fd7c31cda38ca49074f7a91bf6e6c..5bfc9d8c97b1cceff73bb142c1f748753cb1b493 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -257,10 +257,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| TextSurroundingSelectionCallback;
|
| void SetTextSurroundingSelectionCallback(
|
| const TextSurroundingSelectionCallback& callback);
|
| -
|
| - void OnDidEnterFullscreen();
|
| - void OnDidExitFullscreen();
|
| -
|
| private:
|
| // TouchSelectionControllerClient implementation.
|
| virtual bool SupportsAnimation() const OVERRIDE;
|
|
|