summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorgene@chromium.org <gene@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-18 17:13:16 +0000
committergene@chromium.org <gene@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-18 17:13:16 +0000
commitf15b5a066be23bbb47088f396e275d5b82567f95 (patch)
treeda3a7026fe6163d03a6345a9909d9c081ebf1165 /chrome/common/pref_names.h
parentf74d445459f6bf0479acc08c9c851c12540e6986 (diff)
downloadchromium_src-f15b5a066be23bbb47088f396e275d5b82567f95.zip
chromium_src-f15b5a066be23bbb47088f396e275d5b82567f95.tar.gz
chromium_src-f15b5a066be23bbb47088f396e275d5b82567f95.tar.bz2
Added functionality in CUPS cloud print proxy to connect to specific
IPP print server. Print server destination is specified in "Service State" config file. Due to the GURL parsing implementation, print server url should start with "http://" scheme. Also, fixed multithreading raacing condition in CUPS. GCrypt library inside GnuTLS was not initialized properly. Added initialization code to proxy, to init gcrypt in pthread mode. BUG=none TEST=Specify print server url in "Service State" file. Run proxy. Confirm that proxy is connected to the specified print server. Review URL: http://codereview.chromium.org/2859002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 0e91b2b..192b598 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -328,6 +328,7 @@ extern const wchar_t kCloudPrintProxyId[];
extern const wchar_t kCloudPrintAuthToken[];
extern const wchar_t kCloudPrintXMPPAuthToken[];
extern const wchar_t kCloudPrintEmail[];
+extern const wchar_t kCloudPrintPrintSystemSettings[];
extern const wchar_t kNoProxyServer[];
extern const wchar_t kProxyAutoDetect[];