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

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

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, 4 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/browser/views/options/content_page_view.cc ('k') | chrome/common/policy_constants.cc » ('j') | 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 #ifndef CHROME_COMMON_POLICY_CONSTANTS_H_ 5 #ifndef CHROME_COMMON_POLICY_CONSTANTS_H_
6 #define CHROME_COMMON_POLICY_CONSTANTS_H_ 6 #define CHROME_COMMON_POLICY_CONSTANTS_H_
7 #pragma once 7 #pragma once
8 8
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
(...skipping 12 matching lines...) Expand all
23 extern const char kProxyServerMode[]; 23 extern const char kProxyServerMode[];
24 extern const char kProxyServer[]; 24 extern const char kProxyServer[];
25 extern const char kProxyPacUrl[]; 25 extern const char kProxyPacUrl[];
26 extern const char kProxyBypassList[]; 26 extern const char kProxyBypassList[];
27 extern const char kAlternateErrorPagesEnabled[]; 27 extern const char kAlternateErrorPagesEnabled[];
28 extern const char kSearchSuggestEnabled[]; 28 extern const char kSearchSuggestEnabled[];
29 extern const char kDnsPrefetchingEnabled[]; 29 extern const char kDnsPrefetchingEnabled[];
30 extern const char kSafeBrowsingEnabled[]; 30 extern const char kSafeBrowsingEnabled[];
31 extern const char kMetricsReportingEnabled[]; 31 extern const char kMetricsReportingEnabled[];
32 extern const char kPasswordManagerEnabled[]; 32 extern const char kPasswordManagerEnabled[];
33 extern const char kAutoFillEnabled[];
33 extern const char kDisabledPluginsList[]; 34 extern const char kDisabledPluginsList[];
34 extern const char kApplicationLocaleValue[]; 35 extern const char kApplicationLocaleValue[];
35 extern const char kSyncDisabled[]; 36 extern const char kSyncDisabled[];
36 extern const char kExtensionInstallAllowList[]; 37 extern const char kExtensionInstallAllowList[];
37 extern const char kExtensionInstallDenyList[]; 38 extern const char kExtensionInstallDenyList[];
38 extern const char kShowHomeButton[]; 39 extern const char kShowHomeButton[];
39 40
40 } // namespace key 41 } // namespace key
41 42
42 } // namespace policy 43 } // namespace policy
43 44
44 #endif // CHROME_COMMON_POLICY_CONSTANTS_H_ 45 #endif // CHROME_COMMON_POLICY_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/views/options/content_page_view.cc ('k') | chrome/common/policy_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698