| Index: components/dom_distiller/core/task_tracker.h
|
| diff --git a/components/dom_distiller/core/task_tracker.h b/components/dom_distiller/core/task_tracker.h
|
| index c8a62d978ce3f35919ac4b1bf5c59a96b5966912..a6df540ee97f0a9973bde61ad7eed7f94225c321 100644
|
| --- a/components/dom_distiller/core/task_tracker.h
|
| +++ b/components/dom_distiller/core/task_tracker.h
|
| @@ -82,7 +82,8 @@ class TaskTracker {
|
| ~TaskTracker();
|
|
|
| // |factory| will not be stored after this call.
|
| - void StartDistiller(DistillerFactory* factory);
|
| + void StartDistiller(DistillerFactory* factory,
|
| + scoped_ptr<DistillerPage> distiller_page);
|
| void StartBlobFetcher();
|
|
|
| void AddSaveCallback(const SaveCallback& callback);
|
|
|