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

Unified Diff: chrome/browser/printing/printer_query.cc

Issue 5794003: Deinline even more destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
« no previous file with comments | « chrome/browser/printing/printer_query.h ('k') | chrome/browser/remoting/remoting_resources_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/printer_query.cc
diff --git a/chrome/browser/printing/printer_query.cc b/chrome/browser/printing/printer_query.cc
index c28f400b7df495bfef23fea526efcc3642ffe638..538552c4b8cb68688f4479266c5a394d7dcd530d 100644
--- a/chrome/browser/printing/printer_query.cc
+++ b/chrome/browser/printing/printer_query.cc
@@ -57,6 +57,18 @@ PrintJobWorker* PrinterQuery::DetachWorker(PrintJobWorkerOwner* new_owner) {
return worker_.release();
}
+MessageLoop* PrinterQuery::message_loop() {
+ return io_message_loop_;
+}
+
+const PrintSettings& PrinterQuery::settings() const {
+ return settings_;
+}
+
+int PrinterQuery::cookie() const {
+ return cookie_;
+}
+
void PrinterQuery::GetSettings(GetSettingsAskParam ask_user_for_settings,
gfx::NativeView parent_view,
int expected_page_count,
« no previous file with comments | « chrome/browser/printing/printer_query.h ('k') | chrome/browser/remoting/remoting_resources_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698