From 0a7d81c3b6206e709b63da9cb81742f19ee1c706 Mon Sep 17 00:00:00 2001 From: sky Date: Thu, 20 Aug 2015 11:54:59 -0700 Subject: Nukes non-OOPIF path BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1283163005 Cr-Commit-Position: refs/heads/master@{#344551} --- components/html_viewer/html_document_application_delegate.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'components/html_viewer/html_document_application_delegate.h') diff --git a/components/html_viewer/html_document_application_delegate.h b/components/html_viewer/html_document_application_delegate.h index d416428..91acbf2 100644 --- a/components/html_viewer/html_document_application_delegate.h +++ b/components/html_viewer/html_document_application_delegate.h @@ -20,7 +20,6 @@ namespace html_viewer { class GlobalState; -class HTMLDocument; class HTMLDocumentOOPIF; // ApplicationDelegate created by the content handler for a specific url. @@ -53,7 +52,6 @@ class HTMLDocumentApplicationDelegate : public mojo::ApplicationDelegate { bool ConfigureIncomingConnection( mojo::ApplicationConnection* connection) override; - void OnHTMLDocumentDeleted(HTMLDocument* document); void OnHTMLDocumentDeleted2(HTMLDocumentOOPIF* document); void OnResponseReceived(mojo::URLLoaderPtr loader, mojo::ApplicationConnection* connection, @@ -70,10 +68,6 @@ class HTMLDocumentApplicationDelegate : public mojo::ApplicationDelegate { // As we create HTMLDocuments they are added here. They are removed when the // HTMLDocument is deleted. - std::set documents_; - - // As we create HTMLDocuments they are added here. They are removed when the - // HTMLDocument is deleted. std::set documents2_; HTMLFrameCreationCallback html_frame_creation_callback_; -- cgit v1.1