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

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

Issue 493853006: Remove DistilledPageInfo and related structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed DCHECK Created 6 years, 3 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 648949e2132cee44f637f441acf29d8014aff51b..9adb4bb80b35ff5a0fd87eff36cf2f81e67a04b1 100644
--- a/components/dom_distiller/core/distiller.h
+++ b/components/dom_distiller/core/distiller.h
@@ -107,10 +107,11 @@ class DistillerImpl : public Distiller {
const std::string& id,
const std::string& response);
- void OnPageDistillationFinished(int page_num,
- const GURL& page_url,
- scoped_ptr<DistilledPageInfo> distilled_page,
- bool distillation_successful);
+ void OnPageDistillationFinished(
+ int page_num,
+ const GURL& page_url,
+ scoped_ptr<proto::DomDistillerResult> distilled_page,
+ bool distillation_successful);
virtual void FetchImage(int page_num,
const std::string& image_id,

Powered by Google App Engine
This is Rietveld 408576698