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

Unified Diff: content/renderer/render_view_impl.h

Issue 229693002: Move modal dialogs from WebViewClient to WebFrameClient, part 3/3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 551717ee099d69e62130944ab04d6e82c759d0cc..58710c3977d3f1bb82a10cc471f8f38f5f4c70b7 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -440,25 +440,6 @@ class CONTENT_EXPORT RenderViewImpl
virtual bool runFileChooser(
const blink::WebFileChooserParams& params,
blink::WebFileChooserCompletion* chooser_completion);
- virtual void runModalAlertDialog(blink::WebLocalFrame* frame,
- const blink::WebString& message);
- virtual bool runModalConfirmDialog(blink::WebLocalFrame* frame,
- const blink::WebString& message);
- virtual bool runModalPromptDialog(blink::WebLocalFrame* frame,
- const blink::WebString& message,
- const blink::WebString& default_value,
- blink::WebString* actual_value);
- virtual bool runModalBeforeUnloadDialog(blink::WebLocalFrame* frame,
- const blink::WebString& message);
- // -- begin stub implementations --
- virtual void runModalAlertDialog(const blink::WebString& message);
- virtual bool runModalConfirmDialog(const blink::WebString& message);
- virtual bool runModalPromptDialog(const blink::WebString& message,
- const blink::WebString& default_value,
- blink::WebString* actual_value);
- virtual bool runModalBeforeUnloadDialog(bool is_reload,
- const blink::WebString& message);
- // -- end stub implementations --
virtual void showValidationMessage(const blink::WebRect& anchor_in_root_view,
const blink::WebString& main_text,
const blink::WebString& sub_text,
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698