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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 964583002: Remove showModalDialog (Chrome side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 3516a0c194c26f72837879b405339145d5b783bb..6edff2f2bb983162832893673f8737e65d609e13 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -204,7 +204,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl
void Cleanup();
// Tells the renderer to die and then calls Destroy().
- virtual void Shutdown();
+ void Shutdown();
// IPC::Listener
bool OnMessageReceived(const IPC::Message& msg) override;

Powered by Google App Engine
This is Rietveld 408576698