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

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

Issue 12588007: Fixed value name for printer blacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: chrome/service/cloud_print/cloud_print_proxy.cc
diff --git a/chrome/service/cloud_print/cloud_print_proxy.cc b/chrome/service/cloud_print/cloud_print_proxy.cc
index 9d23572a33dfc6f1d246ef7d28152e1634c59d07..a104ec252bf308b765a88428dd85f03af8739f61 100644
--- a/chrome/service/cloud_print/cloud_print_proxy.cc
+++ b/chrome/service/cloud_print/cloud_print_proxy.cc
@@ -135,7 +135,7 @@ void CloudPrintProxy::EnableForUserWithRobot(
if (!printer_blacklist.empty()) {
scoped_ptr<base::ListValue> printers(new base::ListValue());
printers->AppendStrings(printer_blacklist);
- service_prefs_->SetValue(prefs::kCloudPrintConnectNewPrinters,
+ service_prefs_->SetValue(prefs::kCloudPrintPrinterBlacklist,
printers.release());
}
service_prefs_->WritePrefs();
« 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