Index: extensions/browser/app_sorting.h |
diff --git a/extensions/browser/app_sorting.h b/extensions/browser/app_sorting.h |
index 3ab4c80c51d1f17ebc406ef7c04dea37e53a736f..62c3c4297358d2d744a3a0e2eb90d44e9afba0a9 100644 |
--- a/extensions/browser/app_sorting.h |
+++ b/extensions/browser/app_sorting.h |
@@ -21,15 +21,6 @@ class AppSorting { |
AppSorting() {} |
virtual ~AppSorting() {} |
- // Sets the object used to look up preferences. Ownership remains with the |
- // caller. |
- virtual void SetExtensionScopedPrefs(ExtensionScopedPrefs* prefs) = 0; |
- |
- // CHECKs that SetExtensionScopedPrefs has been called with a non-null object. |
- // TODO(mgiuca): Added this to try and diagnose http://crbug.com/476648. |
- // Remove it after the investigation is concluded. |
- virtual void CheckExtensionScopedPrefs() const = 0; |
- |
// Properly initializes internal values that require |extension_ids|. |
// SetExtensionScopedPrefs must have been called prior to this. |
virtual void Initialize(const extensions::ExtensionIdList& extension_ids) = 0; |