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

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

Issue 383623002: Add a browser test that can communicate with the layout test framework and print pdfs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added the keyword 'virtual' to overriden functions for combatibility with clang. Created 6 years, 5 months 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 efc57204aab4a304336035ef2e14a25b5ad13c71..4f024968009ce7b116fb59532f41539a15c1892a 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
+++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
@@ -106,6 +106,9 @@ class PrintPreviewHandler
}
private:
+ friend class PrintPreviewPdfGeneratedBrowserTest;
+ FRIEND_TEST_ALL_PREFIXES(PrintPreviewPdfGeneratedBrowserTest,
+ MANUAL_DummyTest);
class AccessTokenService;
static bool PrivetPrintingEnabled();

Powered by Google App Engine
This is Rietveld 408576698