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

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

Issue 13132004: Implement Enterprise Key API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 unified diff | Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('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) 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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 // The URL from which the Terms of Service can be downloaded. The value is only 864 // The URL from which the Terms of Service can be downloaded. The value is only
865 // honored for public accounts. 865 // honored for public accounts.
866 const char kTermsOfServiceURL[] = "terms_of_service.url"; 866 const char kTermsOfServiceURL[] = "terms_of_service.url";
867 867
868 // Indicates that the Profile has made navigations that used a certificate 868 // Indicates that the Profile has made navigations that used a certificate
869 // installed by the system administrator. If that is true then the local cache 869 // installed by the system administrator. If that is true then the local cache
870 // of remote data is tainted (e.g. shared scripts), and future navigations 870 // of remote data is tainted (e.g. shared scripts), and future navigations
871 // show a warning indicating that the organization may track the browsing 871 // show a warning indicating that the organization may track the browsing
872 // session. 872 // session.
873 const char kUsedPolicyCertificatesOnce[] = "used_policy_certificates_once"; 873 const char kUsedPolicyCertificatesOnce[] = "used_policy_certificates_once";
874
875 // Indicates whether the remote attestation is enabled for the user.
876 const char kAttestationEnabled[] = "attestation.enabled";
877 // The list of extensions allowed to use the platformKeysPrivate API for
878 // remote attestation.
879 const char kAttestationExtensionWhitelist[] = "attestation.extension_whitelist";
874 #endif // defined(OS_CHROMEOS) 880 #endif // defined(OS_CHROMEOS)
875 881
876 // The disabled messages in IPC logging. 882 // The disabled messages in IPC logging.
877 const char kIpcDisabledMessages[] = "ipc_log_disabled_messages"; 883 const char kIpcDisabledMessages[] = "ipc_log_disabled_messages";
878 884
879 // A boolean pref set to true if a Home button to open the Home pages should be 885 // A boolean pref set to true if a Home button to open the Home pages should be
880 // visible on the toolbar. 886 // visible on the toolbar.
881 const char kShowHomeButton[] = "browser.show_home_button"; 887 const char kShowHomeButton[] = "browser.show_home_button";
882 888
883 // A string value which saves short list of recently user selected encodings 889 // A string value which saves short list of recently user selected encodings
(...skipping 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
2398 // the time of the last ping. 2404 // the time of the last ping.
2399 extern const char kAppListLaunchCount[] = "app_list.launch_count"; 2405 extern const char kAppListLaunchCount[] = "app_list.launch_count";
2400 extern const char kLastAppListLaunchPing[] = "app_list.last_launch_ping"; 2406 extern const char kLastAppListLaunchPing[] = "app_list.last_launch_ping";
2401 2407
2402 // The number of times the an app was launched from the app launcher since last 2408 // The number of times the an app was launched from the app launcher since last
2403 // ping and the time of the last ping. 2409 // ping and the time of the last ping.
2404 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count"; 2410 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count";
2405 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping"; 2411 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping";
2406 2412
2407 } // namespace prefs 2413 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698