| Index: ui/app_list/app_list_model.h
|
| diff --git a/ui/app_list/app_list_model.h b/ui/app_list/app_list_model.h
|
| index 493eace80e16e2c3418bcfaa898974cddeea7655..1d0644a7fc4dd913741eb8503c61a09cbce848a3 100644
|
| --- a/ui/app_list/app_list_model.h
|
| +++ b/ui/app_list/app_list_model.h
|
| @@ -131,9 +131,6 @@ class APP_LIST_EXPORT AppListModel : public AppListItemListObserver {
|
| // has a single child left.
|
| void DeleteUninstalledItem(const std::string& id);
|
|
|
| - // Call OnExtensionPreferenceChanged() for all items in the model.
|
| - void NotifyExtensionPreferenceChanged();
|
| -
|
| // Sets whether or not the folder UI should be enabled. If |folders_enabled|
|
| // is false, removes any non-OEM folders.
|
| void SetFoldersEnabled(bool folders_enabled);
|
|
|