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

Unified Diff: printing/backend/print_backend_cups.cc

Issue 9618032: GetPrinterDriverInfo returns string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « printing/backend/print_backend_chromeos.cc ('k') | printing/backend/print_backend_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend_cups.cc
diff --git a/printing/backend/print_backend_cups.cc b/printing/backend/print_backend_cups.cc
index 736926d9857d49b08a8b8e8856c533dd0c941c20..9a17ddf4c39d57ea9431a857c5259c976a5cffef 100644
--- a/printing/backend/print_backend_cups.cc
+++ b/printing/backend/print_backend_cups.cc
@@ -114,7 +114,7 @@ class PrintBackendCUPS : public PrintBackend {
PrinterCapsAndDefaults* printer_info) OVERRIDE;
virtual bool GetPrinterDriverInfo(const std::string& printer_name,
- PrinterDriverInfo* driver_info) OVERRIDE;
+ std::string* driver_info) OVERRIDE;
virtual bool IsValidPrinter(const std::string& printer_name) OVERRIDE;
@@ -229,7 +229,7 @@ bool PrintBackendCUPS::GetPrinterCapsAndDefaults(
}
bool PrintBackendCUPS::GetPrinterDriverInfo(const std::string& printer_name,
- PrinterDriverInfo* driver_info) {
+ std::string* driver_info) {
// TODO(vitalybuka): MAC implementation. http://crbug.com/108194
return false;
}
« no previous file with comments | « printing/backend/print_backend_chromeos.cc ('k') | printing/backend/print_backend_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698