| Index: extensions/browser/extension_prefs.h | 
| diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h | 
| index 892dd742455357a3d6c352ca8eae1c894cc258df..b2a3dd6c2c31fa07cf0fa6427fa30b8b28900dd8 100644 | 
| --- a/extensions/browser/extension_prefs.h | 
| +++ b/extensions/browser/extension_prefs.h | 
| @@ -514,8 +514,6 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService { | 
| PrefService* pref_service() const { return prefs_; } | 
|  | 
| // The underlying AppSorting. | 
| -  // TODO(treib,kalman): This should be private, and all callers should go | 
| -  // through the ExtensionSystem instead. | 
| AppSorting* app_sorting() const; | 
|  | 
| // Schedules garbage collection of an extension's on-disk data on the next | 
|  |