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

Unified Diff: chrome/browser/ui/webui/hung_renderer_dialog.cc

Issue 8568008: Compile fix; missed an override. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/browser/ui/webui/hung_renderer_dialog.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/hung_renderer_dialog.cc
diff --git a/chrome/browser/ui/webui/hung_renderer_dialog.cc b/chrome/browser/ui/webui/hung_renderer_dialog.cc
index c04b2dc60be2a8d11e7dd1f1c48ee11d5bd9615f..3a75a70ea0267b7ae0d6b63eee1349bf2d747ec4 100644
--- a/chrome/browser/ui/webui/hung_renderer_dialog.cc
+++ b/chrome/browser/ui/webui/hung_renderer_dialog.cc
@@ -82,7 +82,8 @@ HungRendererDialog::TabContentsObserverImpl::TabContentsObserverImpl(
dialog_(dialog) {
}
-void HungRendererDialog::TabContentsObserverImpl::RenderViewGone() {
+void HungRendererDialog::TabContentsObserverImpl::RenderViewGone(
+ base::TerminationStatus status) {
dialog_->HideDialog(contents_);
}
« no previous file with comments | « chrome/browser/ui/webui/hung_renderer_dialog.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698