Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1054)

Unified Diff: content/public/renderer/render_view.h

Issue 226503002: Move modal dialogs from WebViewClient to WebFrameClient, part 1/3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: works Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698