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

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

Issue 14813039: Retire the Enterprise Web Store policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 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 | Annotate | Revision Log
« 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 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 const char kImportHomepage[] = "import_home_page"; 1177 const char kImportHomepage[] = "import_home_page";
1178 1178
1179 // Boolean that specifies whether to import the search engine from the default 1179 // Boolean that specifies whether to import the search engine from the default
1180 // browser on first run. 1180 // browser on first run.
1181 const char kImportSearchEngine[] = "import_search_engine"; 1181 const char kImportSearchEngine[] = "import_search_engine";
1182 1182
1183 // Boolean that specifies whether to import the saved passwords from the default 1183 // Boolean that specifies whether to import the saved passwords from the default
1184 // browser on first run. 1184 // browser on first run.
1185 const char kImportSavedPasswords[] = "import_saved_passwords"; 1185 const char kImportSavedPasswords[] = "import_saved_passwords";
1186 1186
1187 // The URL of the enterprise web store, which is a site trusted by the
1188 // enterprise admin. Users can install apps & extensions from this site
1189 // without scary warnings.
1190 const char kEnterpriseWebStoreURL[] = "webstore.enterprise_store_url";
1191
1192 // The name of the enterprise web store, to be shown to the user.
1193 const char kEnterpriseWebStoreName[] = "webstore.enterprise_store_name";
1194
1195 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX) 1187 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
1196 // The local profile id for this profile. 1188 // The local profile id for this profile.
1197 const char kLocalProfileId[] = "profile.local_profile_id"; 1189 const char kLocalProfileId[] = "profile.local_profile_id";
1198 1190
1199 // Whether passwords in external services (e.g. GNOME Keyring) have been tagged 1191 // Whether passwords in external services (e.g. GNOME Keyring) have been tagged
1200 // with the local profile id yet. (Used for migrating to tagged passwords.) 1192 // with the local profile id yet. (Used for migrating to tagged passwords.)
1201 const char kPasswordsUseLocalProfileId[] = 1193 const char kPasswordsUseLocalProfileId[] =
1202 "profile.passwords_use_local_profile_id"; 1194 "profile.passwords_use_local_profile_id";
1203 #endif 1195 #endif
1204 1196
(...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
2471 // ping and the time of the last ping. 2463 // ping and the time of the last ping.
2472 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count"; 2464 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count";
2473 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping"; 2465 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping";
2474 2466
2475 // A string pref for storing the salt used to compute the pepper device ID. 2467 // A string pref for storing the salt used to compute the pepper device ID.
2476 const char kDRMSalt[] = "settings.privacy.drm_salt"; 2468 const char kDRMSalt[] = "settings.privacy.drm_salt";
2477 // A boolean pref that enables the (private) pepper GetDeviceID() call. 2469 // A boolean pref that enables the (private) pepper GetDeviceID() call.
2478 const char kEnableDRM[] = "settings.privacy.drm_enabled"; 2470 const char kEnableDRM[] = "settings.privacy.drm_enabled";
2479 2471
2480 } // namespace prefs 2472 } // 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