| Index: chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.h b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| index c7b5ca89c64e413add92be0ac945ab6db2eb8825..7bc8bc12274429f5ab7d437e1b0eb16e49e29e04 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| @@ -335,11 +335,6 @@ class PrintPreviewHandler
|
| // error.
|
| void OnExtensionPrintResult(bool success, const std::string& status);
|
|
|
| - // Called when the DOM Distiller determines whether or not this page can
|
| - // be distilled.
|
| - // |distillable|: Whether or not this page can be distilled.
|
| - void HandleIsPageDistillableResult(bool distillable);
|
| -
|
| // Register/unregister from notifications of changes done to the GAIA
|
| // cookie.
|
| void RegisterForGaiaCookieChanges();
|
|
|