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

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 22577010: Printing: Add a basic printing mode without print preview and cloud print. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index 619ceb07a683ea6e088bfc3655827b26fa2283e7..ea0eb6b0f65944d152d082dd097c6cd9a409b54b 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -139,9 +139,13 @@ class TestingBrowserProcess : public BrowserProcess {
#endif
scoped_ptr<ProfileManager> profile_manager_;
scoped_ptr<NotificationUIManager> notification_ui_manager_;
+
+#if defined(ENABLE_FULL_PRINTING)
scoped_ptr<printing::BackgroundPrintingManager> background_printing_manager_;
scoped_refptr<printing::PrintPreviewDialogController>
print_preview_dialog_controller_;
+#endif
+
scoped_ptr<prerender::PrerenderTracker> prerender_tracker_;
scoped_ptr<RenderWidgetSnapshotTaker> render_widget_snapshot_taker_;
scoped_refptr<SafeBrowsingService> sb_service_;

Powered by Google App Engine
This is Rietveld 408576698