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

Unified Diff: chrome/browser/printing/cloud_print/cloud_print_url.cc

Issue 18199003: Allow Chrome OS login profile to have different default pref values (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 5 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 | « chrome/browser/printing/cloud_print/cloud_print_url.h ('k') | chrome/browser/printing/print_dialog_cloud.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/cloud_print/cloud_print_url.cc
diff --git a/chrome/browser/printing/cloud_print/cloud_print_url.cc b/chrome/browser/printing/cloud_print/cloud_print_url.cc
index 2e46123033d7132eabef0809e9dd265e8023867c..de9967bb9af3b5c8a2f83883057dc7aed39c8b28 100644
--- a/chrome/browser/printing/cloud_print/cloud_print_url.cc
+++ b/chrome/browser/printing/cloud_print/cloud_print_url.cc
@@ -28,7 +28,7 @@ const char kTestPageURL[] =
"http://www.google.com/landing/cloudprint/enable.html?print=true";
// static
-void CloudPrintURL::RegisterUserPrefs(
+void CloudPrintURL::RegisterProfilePrefs(
user_prefs::PrefRegistrySyncable* registry) {
registry->RegisterStringPref(
prefs::kCloudPrintServiceURL,
« no previous file with comments | « chrome/browser/printing/cloud_print/cloud_print_url.h ('k') | chrome/browser/printing/print_dialog_cloud.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698