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

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
« no previous file with comments | « chrome/common/extensions/api/cloud_print_private.json ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 62a6643fd24831b2b042fc95650a1e577fc865b4..2220a7ad561dd5c7373af7d67ae416f591da996d 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -691,8 +691,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[];
« no previous file with comments | « chrome/common/extensions/api/cloud_print_private.json ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698