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

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

Issue 3140024: Implement policy for disabling auto fill. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: regenerate XIBs in order to avoid maxID corruption. Created 10 years, 3 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
« no previous file with comments | « chrome/common/policy_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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/policy_constants.h" 5 #include "chrome/common/policy_constants.h"
6 6
7 namespace policy { 7 namespace policy {
8 8
9 #if defined(OS_WIN) 9 #if defined(OS_WIN)
10 #if defined(GOOGLE_CHROME_BUILD) 10 #if defined(GOOGLE_CHROME_BUILD)
(...skipping 10 matching lines...) Expand all
21 const char kProxyServerMode[] = "ProxyServerMode"; 21 const char kProxyServerMode[] = "ProxyServerMode";
22 const char kProxyServer[] = "ProxyServer"; 22 const char kProxyServer[] = "ProxyServer";
23 const char kProxyPacUrl[] = "ProxyPacUrl"; 23 const char kProxyPacUrl[] = "ProxyPacUrl";
24 const char kProxyBypassList[] = "ProxyBypassList"; 24 const char kProxyBypassList[] = "ProxyBypassList";
25 const char kAlternateErrorPagesEnabled[] = "AlternateErrorPagesEnabled"; 25 const char kAlternateErrorPagesEnabled[] = "AlternateErrorPagesEnabled";
26 const char kSearchSuggestEnabled[] = "SearchSuggestEnabled"; 26 const char kSearchSuggestEnabled[] = "SearchSuggestEnabled";
27 const char kDnsPrefetchingEnabled[] = "DnsPrefetchingEnabled"; 27 const char kDnsPrefetchingEnabled[] = "DnsPrefetchingEnabled";
28 const char kSafeBrowsingEnabled[] = "SafeBrowsingEnabled"; 28 const char kSafeBrowsingEnabled[] = "SafeBrowsingEnabled";
29 const char kMetricsReportingEnabled[] = "MetricsReportingEnabled"; 29 const char kMetricsReportingEnabled[] = "MetricsReportingEnabled";
30 const char kPasswordManagerEnabled[] = "PasswordManagerEnabled"; 30 const char kPasswordManagerEnabled[] = "PasswordManagerEnabled";
31 const char kAutoFillEnabled[] = "AutoFillEnabled";
31 const char kDisabledPluginsList[] = "DisabledPluginsList"; 32 const char kDisabledPluginsList[] = "DisabledPluginsList";
32 const char kApplicationLocaleValue[] = "ApplicationLocaleValue"; 33 const char kApplicationLocaleValue[] = "ApplicationLocaleValue";
33 const char kSyncDisabled[] = "SyncDisabled"; 34 const char kSyncDisabled[] = "SyncDisabled";
34 const char kExtensionInstallAllowList[] = "ExtensionInstallWhitelist"; 35 const char kExtensionInstallAllowList[] = "ExtensionInstallWhitelist";
35 const char kExtensionInstallDenyList[] = "ExtensionInstallBlacklist"; 36 const char kExtensionInstallDenyList[] = "ExtensionInstallBlacklist";
36 const char kShowHomeButton[] = "ShowHomeButton"; 37 const char kShowHomeButton[] = "ShowHomeButton";
37 38
38 } // namespace key 39 } // namespace key
39 40
40 } // namespace policy 41 } // namespace policy
OLDNEW
« no previous file with comments | « chrome/common/policy_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698