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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_handler.h

Issue 1248643004: Test distillability without JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early
Patch Set: fix browsertest, merge webkit CL, merge http://crrev.com/1403413004 Created 5 years, 1 month 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: 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();

Powered by Google App Engine
This is Rietveld 408576698