summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_prefs.h
diff options
context:
space:
mode:
authorbinjin <binjin@chromium.org>2014-09-12 15:56:52 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-12 22:59:52 +0000
commit311ecdf7e9ba01b0a8ccbd1488e312e13cf398c5 (patch)
treef837785a4dd050b1924c5cc49342f25897eb30a1 /extensions/browser/extension_prefs.h
parent5928c2f978a43488a2f45fe7da1d91dfdba1d593 (diff)
downloadchromium_src-311ecdf7e9ba01b0a8ccbd1488e312e13cf398c5.zip
chromium_src-311ecdf7e9ba01b0a8ccbd1488e312e13cf398c5.tar.gz
chromium_src-311ecdf7e9ba01b0a8ccbd1488e312e13cf398c5.tar.bz2
Deprecate direct use of legacy extension management preference
Use ExtensionManagement instead. BUG=177351 Review URL: https://codereview.chromium.org/555323002 Cr-Commit-Position: refs/heads/master@{#294688}
Diffstat (limited to 'extensions/browser/extension_prefs.h')
-rw-r--r--extensions/browser/extension_prefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
index 4b95e55..a322e8a 100644
--- a/extensions/browser/extension_prefs.h
+++ b/extensions/browser/extension_prefs.h
@@ -529,10 +529,6 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
// The underlying AppSorting.
AppSorting* app_sorting() const { return app_sorting_.get(); }
- // Describes the URLs that are able to install extensions. See
- // pref_names::kAllowedInstallSites for more information.
- URLPatternSet GetAllowedInstallSites();
-
// Schedules garbage collection of an extension's on-disk data on the next
// start of this ExtensionService. Applies only to extensions with isolated
// storage.