summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/printing')
-rw-r--r--chrome/browser/printing/print_view_manager.cc2
-rw-r--r--chrome/browser/printing/print_view_manager.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/printing/print_view_manager.cc b/chrome/browser/printing/print_view_manager.cc
index c251f8a..c448dbb 100644
--- a/chrome/browser/printing/print_view_manager.cc
+++ b/chrome/browser/printing/print_view_manager.cc
@@ -40,7 +40,7 @@ void PrintViewManager::Stop() {
TerminatePrintJob(true);
}
-bool PrintViewManager::OnRendererGone(RenderViewHost* render_view_host) {
+bool PrintViewManager::OnRenderViewGone(RenderViewHost* render_view_host) {
if (!print_job_.get())
return true;
diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h
index 1392ac57..698c714 100644
--- a/chrome/browser/printing/print_view_manager.h
+++ b/chrome/browser/printing/print_view_manager.h
@@ -36,7 +36,7 @@ class PrintViewManager : public NotificationObserver,
// Terminates or cancels the print job if one was pending, depending on the
// current state. Returns false if the renderer was not valuable.
- bool OnRendererGone(RenderViewHost* render_view_host);
+ bool OnRenderViewGone(RenderViewHost* render_view_host);
// Received a notification from the renderer that the number of printed page
// has just been calculated..