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

Unified Diff: components/dom_distiller/core/distiller.h

Issue 260073009: [dom_distiller] Add support for incremental viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months 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: components/dom_distiller/core/distiller.h
diff --git a/components/dom_distiller/core/distiller.h b/components/dom_distiller/core/distiller.h
index 8196757d959a029d7b9d70802724adf58e41de77..957900616aa8777bff2894085105d419be57045b 100644
--- a/components/dom_distiller/core/distiller.h
+++ b/components/dom_distiller/core/distiller.h
@@ -92,7 +92,6 @@ class DistillerImpl : public Distiller {
virtual ~DistilledPageData();
// Relative page number of the page.
int page_num;
- std::string title;
ScopedVector<DistillerURLFetcher> image_fetchers_;
scoped_refptr<base::RefCountedData<DistilledPageProto> >
distilled_page_proto;

Powered by Google App Engine
This is Rietveld 408576698