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

Unified Diff: chrome/browser/printing/print_preview_tab_controller.h

Issue 8515027: Define the public version of the browser side RenderProcessHost interface. This interface is not ... (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
Index: chrome/browser/printing/print_preview_tab_controller.h
===================================================================
--- chrome/browser/printing/print_preview_tab_controller.h (revision 110571)
+++ chrome/browser/printing/print_preview_tab_controller.h (working copy)
@@ -21,11 +21,11 @@
#include "content/public/browser/notification_registrar.h"
class GURL;
-class RenderProcessHost;
class TabContentsWrapper;
namespace content {
struct LoadCommittedDetails;
+class RenderProcessHost;
}
namespace printing {
@@ -83,7 +83,7 @@
// Handler for the RENDERER_PROCESS_CLOSED notification. This is observed when
// the initiator renderer crashed.
- void OnRendererProcessClosed(RenderProcessHost* rph);
+ void OnRendererProcessClosed(content::RenderProcessHost* rph);
// Handler for the TAB_CONTENTS_DESTROYED notification. This is observed when
// either tab is closed.
« no previous file with comments | « chrome/browser/printing/background_printing_manager.cc ('k') | chrome/browser/printing/print_preview_tab_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698