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

Unified Diff: printing/backend/cups_helper.cc

Issue 11641003: Renamed color_capable to color_changeable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/print_system_task_proxy.cc ('k') | printing/backend/cups_helper_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/cups_helper.cc
diff --git a/printing/backend/cups_helper.cc b/printing/backend/cups_helper.cc
index 8153307b8a1b0032ab62e148836a760678965e27..5b500e7c7524710e403f47b7b646118b172c4206 100644
--- a/printing/backend/cups_helper.cc
+++ b/printing/backend/cups_helper.cc
@@ -382,7 +382,7 @@ bool parsePpdCapabilities(
VLOG(1) << "Unknown printer color model";
}
- caps.color_capable = (cm_color && cm_black && (cm_color != cm_black));
+ caps.color_changeable = (cm_color && cm_black && (cm_color != cm_black));
caps.color_default = is_color;
ppdClose(ppd);
« no previous file with comments | « chrome/browser/printing/print_system_task_proxy.cc ('k') | printing/backend/cups_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698