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

Unified Diff: printing/backend/print_backend_chromeos.cc

Issue 9704079: Fixed return value. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend_chromeos.cc
diff --git a/printing/backend/print_backend_chromeos.cc b/printing/backend/print_backend_chromeos.cc
index a70516c071162379376c8c8af989801b891f82ed..767251c638b79e5efba7ed5913899663e135f6da 100644
--- a/printing/backend/print_backend_chromeos.cc
+++ b/printing/backend/print_backend_chromeos.cc
@@ -44,10 +44,10 @@ bool PrintBackendChromeOS::GetPrinterCapsAndDefaults(
return false;
}
-std::string PrintBackendChromeOS::GetPrinterDriverInfo(
+std::string PrintBackendChromeOS::GetPrinterDriverInfo(
const std::string& printer_name) {
NOTREACHED();
- return false;
+ return std::string();
}
std::string PrintBackendChromeOS::GetDefaultPrinterName() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698