| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 73656)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -34,7 +34,6 @@
|
| class SessionStorageNamespace;
|
| class SiteInstance;
|
| class SkBitmap;
|
| -class TabContents;
|
| class ViewMsg_Navigate;
|
| struct ContentSettings;
|
| struct ContextMenuParams;
|
| @@ -42,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_ShowPopup_Params;
|
| struct ViewMsg_Navigate_Params;
|
| struct WebApplicationInfo;
|
| @@ -639,8 +635,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 +643,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.
|
|
|