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

Unified Diff: chrome/common/pref_names.h

Issue 14215009: Changed cloud print private API to pass all page settings as single object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 439547f978febbe38e2e98771804ff43a46ea5f9..5a43ba411ff7562ca842a65f7c4deaca1fd424df 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -692,8 +692,9 @@ extern const char kCloudPrintRobotEmail[];
extern const char kCloudPrintConnectNewPrinters[];
extern const char kCloudPrintXmppPingEnabled[];
extern const char kCloudPrintXmppPingTimeout[];
-extern const char kCloudPrintPrinterBlacklist[];
+extern const char kCloudPrintPrinters[];
extern const char kCloudPrintSubmitEnabled[];
+extern const char kCloudPrintUserSettings[];
#if !defined(OS_ANDROID)
extern const char kChromeToMobileDeviceList[];

Powered by Google App Engine
This is Rietveld 408576698