| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 72691)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -41,11 +41,8 @@
|
| struct ThumbnailScore;
|
| struct ViewHostMsg_AccessibilityNotification_Params;
|
| struct ViewHostMsg_CreateWindow_Params;
|
| -struct ViewHostMsg_DidPreviewDocument_Params;
|
| -struct ViewHostMsg_DidPrintPage_Params;
|
| struct ViewHostMsg_DomMessage_Params;
|
| struct ViewHostMsg_PageHasOSDD_Type;
|
| -struct ViewHostMsg_RunFileChooser_Params;
|
| struct ViewHostMsg_ShowNotification_Params;
|
| struct ViewHostMsg_ShowPopup_Params;
|
| struct ViewMsg_Navigate_Params;
|
| @@ -639,8 +636,6 @@
|
| bool remember);
|
| void OnDetectedPhishingSite(const GURL& phishing_url, double phishing_score);
|
| void OnScriptEvalResponse(int id, const ListValue& result);
|
| - void OnPagesReadyForPreview(
|
| - const ViewHostMsg_DidPreviewDocument_Params& params);
|
|
|
| #if defined(OS_MACOSX)
|
| void OnMsgShowPopup(const ViewHostMsg_ShowPopup_Params& params);
|
| @@ -649,9 +644,6 @@
|
| private:
|
| friend class TestRenderViewHost;
|
|
|
| - // Get/Create print preview tab.
|
| - TabContents* GetOrCreatePrintPreviewTab();
|
| -
|
| // The SiteInstance associated with this RenderViewHost. All pages drawn
|
| // in this RenderViewHost are part of this SiteInstance. Should not change
|
| // over time.
|
|
|