| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 92d8296ed239e61250c8e66c626de55bf9c73d62..b68df987574233b7eac780c0e99b5f95504f828e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1184,14 +1184,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";
|
|
|