| Index: chrome/browser/dom_distiller/tab_utils.h
|
| diff --git a/chrome/browser/dom_distiller/tab_utils.h b/chrome/browser/dom_distiller/tab_utils.h
|
| index d10a3c8d4b3959f8e0bf50a7098dba158285b07a..b4b6c656754666c2d7374d58e6fdd2a6246c57ee 100644
|
| --- a/chrome/browser/dom_distiller/tab_utils.h
|
| +++ b/chrome/browser/dom_distiller/tab_utils.h
|
| @@ -14,4 +14,6 @@ class WebContents;
|
| // takes ownership over the old WebContents after swapping in the new one.
|
| void DistillCurrentPageAndView(content::WebContents* old_web_contents);
|
|
|
| +void MaybeStartDistillation(content::WebContents* web_contents);
|
| +
|
| #endif // CHROME_BROWSER_DOM_DISTILLER_TAB_UTILS_H_
|
|
|