| Index: content/public/renderer/render_view.h
|
| diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
|
| index 2fe09a5606fb07c393d53ad9f38fea99102a3897..cf1690115bf4445cf8eb955cdf6f51cc19ec06a5 100644
|
| --- a/content/public/renderer/render_view.h
|
| +++ b/content/public/renderer/render_view.h
|
| @@ -105,11 +105,6 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
|
| // Returns the current visibility of the WebView.
|
| virtual blink::WebPageVisibilityState GetVisibilityState() const = 0;
|
|
|
| - // Displays a modal alert dialog containing the given message. Returns
|
| - // once the user dismisses the dialog.
|
| - virtual void RunModalAlertDialog(blink::WebLocalFrame* frame,
|
| - const blink::WebString& message) = 0;
|
| -
|
| // Used by plugins that load data in this RenderView to update the loading
|
| // notifications.
|
| virtual void DidStartLoading() = 0;
|
|
|