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

Unified Diff: printing/backend/print_backend.h

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 | « printing/backend/cups_helper_unittest.cc ('k') | printing/backend/print_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend.h
diff --git a/printing/backend/print_backend.h b/printing/backend/print_backend.h
index 127caf5fde4e14c48eebd7b3519854c1481d56cf..df9e62210b850f967e10ac79adfa7f73ba2f5682 100644
--- a/printing/backend/print_backend.h
+++ b/printing/backend/print_backend.h
@@ -39,7 +39,7 @@ struct PRINTING_EXPORT PrinterSemanticCapsAndDefaults {
~PrinterSemanticCapsAndDefaults();
// Capabilities.
- bool color_capable;
+ bool color_changeable;
bool duplex_capable;
// Current defaults.
« no previous file with comments | « printing/backend/cups_helper_unittest.cc ('k') | printing/backend/print_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698