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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.cc

Issue 18339006: Rename RenderViewGone IPC/methods to better reflect reality (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for reviews by creis@ and palmer@. Created 7 years, 5 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/browser_plugin/browser_plugin_guest.cc
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
index 67e30bd770cfd84421ba1c9f9bc3089c6a691545..3d21e7ced61accfbace534255ab3099d7667f643 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.cc
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc
@@ -893,7 +893,7 @@ void BrowserPluginGuest::RenderViewReady() {
set_hung_renderer_delay_ms(guest_hang_timeout_);
}
-void BrowserPluginGuest::RenderViewGone(base::TerminationStatus status) {
+void BrowserPluginGuest::RenderProcessGone(base::TerminationStatus status) {
int process_id = GetWebContents()->GetRenderProcessHost()->GetID();
SendMessageToEmbedder(
new BrowserPluginMsg_GuestGone(instance_id(), process_id, status));
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_guest.h ('k') | content/browser/browser_plugin/test_browser_plugin_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698