From b4c49028da217cbf78d1876e69cbf7af07aa385d Mon Sep 17 00:00:00 2001 From: "nyquist@chromium.org" Date: Sat, 12 Apr 2014 01:04:17 +0000 Subject: Remove PageDistiller from DOM Distiller. The PageDistiller adds an extra layer between the Distiller and the underlying code which in fact distills the content. This CL simplifies the distillation process by removing this class and the delegate used for communcation. More of the logic is now moved into the DistillerPage class. BUG=361939 Review URL: https://codereview.chromium.org/231933005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263434 0039d316-1c4b-4281-b951-d872f2087c98 --- components/dom_distiller.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/dom_distiller.gypi') diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi index b930bb3..1c5a47a 100644 --- a/components/dom_distiller.gypi +++ b/components/dom_distiller.gypi @@ -73,8 +73,6 @@ 'dom_distiller/core/dom_distiller_store.h', 'dom_distiller/core/feedback_reporter.cc', 'dom_distiller/core/feedback_reporter.h', - 'dom_distiller/core/page_distiller.cc', - 'dom_distiller/core/page_distiller.h', 'dom_distiller/core/task_tracker.cc', 'dom_distiller/core/task_tracker.h', 'dom_distiller/core/url_constants.cc', -- cgit v1.1