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

Unified Diff: extensions/browser/extension_prefs.h

Issue 500043003: Add PolicyProvider to ExtensionManagement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext-1
Patch Set: rebase, format correction Created 6 years, 3 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: extensions/browser/extension_prefs.h
diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
index fcb6882318fc71d5433f091f95b208742eb580fa..4b95e556939f90fe12ec699933971c66b0d8df23 100644
--- a/extensions/browser/extension_prefs.h
+++ b/extensions/browser/extension_prefs.h
@@ -347,11 +347,6 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
// reset it. Don't call it unless you mean it!
bool SetAlertSystemFirstRun();
- // Checks if extensions are blacklisted by default, by policy.
- // The ManagementPolicy::Provider methods also take this into account, and
- // should be used instead when the extension ID is known.
- bool ExtensionsBlacklistedByDefault() const;
-
// Returns the last value set via SetLastPingDay. If there isn't such a
// pref, the returned Time will return true for is_null().
base::Time LastPingDay(const std::string& extension_id) const;

Powered by Google App Engine
This is Rietveld 408576698