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

Unified Diff: chrome/service/cloud_print/cloud_print_proxy_backend.cc

Issue 5736004: Added 'dry run' tag to the print job, to test proxy health without wasting pa... (Closed) Base URL: svn://chrome-svn/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/service/cloud_print/cloud_print_helpers.cc ('k') | chrome/service/cloud_print/print_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/cloud_print_proxy_backend.cc
===================================================================
--- chrome/service/cloud_print/cloud_print_proxy_backend.cc (revision 68909)
+++ chrome/service/cloud_print/cloud_print_proxy_backend.cc (working copy)
@@ -637,7 +637,7 @@
printer_data->GetString(kPrinterCapsHashValue,
&printer_info_cloud.caps_hash);
ListValue* tags_list = NULL;
- printer_data->GetList(kPrinterTagsValue, &tags_list);
+ printer_data->GetList(kTagsValue, &tags_list);
if (tags_list) {
for (size_t index = 0; index < tags_list->GetSize(); index++) {
std::string tag;
« no previous file with comments | « chrome/service/cloud_print/cloud_print_helpers.cc ('k') | chrome/service/cloud_print/print_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698