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

Side by Side Diff: chrome/common/pref_names.cc

Issue 1128043007: Support Kerberos on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android GN build Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 const char kAuthServerWhitelist[] = "auth.server_whitelist"; 1687 const char kAuthServerWhitelist[] = "auth.server_whitelist";
1688 1688
1689 // Whitelist containing servers Chrome is allowed to do Kerberos delegation 1689 // Whitelist containing servers Chrome is allowed to do Kerberos delegation
1690 // with. 1690 // with.
1691 const char kAuthNegotiateDelegateWhitelist[] = 1691 const char kAuthNegotiateDelegateWhitelist[] =
1692 "auth.negotiate_delegate_whitelist"; 1692 "auth.negotiate_delegate_whitelist";
1693 1693
1694 // String that specifies the name of a custom GSSAPI library to load. 1694 // String that specifies the name of a custom GSSAPI library to load.
1695 const char kGSSAPILibraryName[] = "auth.gssapi_library_name"; 1695 const char kGSSAPILibraryName[] = "auth.gssapi_library_name";
1696 1696
1697 // String that specifies the Android account type to use for Negotiate
1698 // authentication.
1699 const char kAuthAndroidNegotiateAccountType[] =
1700 "auth.android_negotiate_account_type";
1701
1697 // Boolean that specifies whether to allow basic auth prompting on cross- 1702 // Boolean that specifies whether to allow basic auth prompting on cross-
1698 // domain sub-content requests. 1703 // domain sub-content requests.
1699 const char kAllowCrossOriginAuthPrompt[] = "auth.allow_cross_origin_prompt"; 1704 const char kAllowCrossOriginAuthPrompt[] = "auth.allow_cross_origin_prompt";
1700 1705
1701 // Boolean that specifies whether the built-in asynchronous DNS client is used. 1706 // Boolean that specifies whether the built-in asynchronous DNS client is used.
1702 const char kBuiltInDnsClientEnabled[] = "async_dns.enabled"; 1707 const char kBuiltInDnsClientEnabled[] = "async_dns.enabled";
1703 1708
1704 // A pref holding the value of the policy used to explicitly allow or deny 1709 // A pref holding the value of the policy used to explicitly allow or deny
1705 // access to audio capture devices. When enabled or not set, the user is 1710 // access to audio capture devices. When enabled or not set, the user is
1706 // prompted for device access. When disabled, access to audio capture devices 1711 // prompted for device access. When disabled, access to audio capture devices
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
2258 "supervised_users.whitelists"; 2263 "supervised_users.whitelists";
2259 2264
2260 #if defined(ENABLE_EXTENSIONS) 2265 #if defined(ENABLE_EXTENSIONS)
2261 // Policy that indicates how to handle animated images. 2266 // Policy that indicates how to handle animated images.
2262 const char kAnimationPolicy[] = "settings.a11y.animation_policy"; 2267 const char kAnimationPolicy[] = "settings.a11y.animation_policy";
2263 #endif 2268 #endif
2264 2269
2265 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload"; 2270 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload";
2266 2271
2267 } // namespace prefs 2272 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | google_apis/gcm/tools/mcs_probe.cc » ('j') | net/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698