Chromium Code Reviews| Index: ios/chrome/browser/dom_distiller/distiller_viewer.h |
| diff --git a/ios/chrome/browser/dom_distiller/distiller_viewer.h b/ios/chrome/browser/dom_distiller/distiller_viewer.h |
| index 4442493c6ac0f53af834830c21151ca5a9dbe65a..d3e66c0660d5230a08ecaaa607db1a5ccd271a9a 100644 |
| --- a/ios/chrome/browser/dom_distiller/distiller_viewer.h |
| +++ b/ios/chrome/browser/dom_distiller/distiller_viewer.h |
| @@ -30,8 +30,9 @@ class DistillerViewerInterface : public DomDistillerRequestViewBase { |
| std::string data; |
| } ImageInfo; |
| typedef base::Callback<void(const GURL&, |
|
noyau (Ping after 24h)
2016/09/09 09:39:58
Add url, to be consistent.
lody
2016/09/09 12:17:53
Done.
|
| - const std::string&, |
| - const std::vector<ImageInfo>& images)> |
| + const std::string& html, |
| + const std::vector<ImageInfo>& images, |
| + const std::string& title)> |
| DistillationFinishedCallback; |
| DistillerViewerInterface(dom_distiller::DomDistillerService* distillerService, |