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

Unified 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: Fix nits. Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 2a5bdf67b39c8f2d1e7489b6b214ea68436dd3fe..292a06f6fae17861fba1a40c54f1a3e15004b4ec 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1202,14 +1202,6 @@ const char kImportSearchEngine[] = "import_search_engine";
// browser on first run.
const char kImportSavedPasswords[] = "import_saved_passwords";
-// The URL of the enterprise web store, which is a site trusted by the
-// enterprise admin. Users can install apps & extensions from this site
-// without scary warnings.
-const char kEnterpriseWebStoreURL[] = "webstore.enterprise_store_url";
-
-// The name of the enterprise web store, to be shown to the user.
-const char kEnterpriseWebStoreName[] = "webstore.enterprise_store_name";
-
#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
// The local profile id for this profile.
const char kLocalProfileId[] = "profile.local_profile_id";

Powered by Google App Engine
This is Rietveld 408576698