| Index: ui/app_list/app_list_folder_item.h
|
| diff --git a/ui/app_list/app_list_folder_item.h b/ui/app_list/app_list_folder_item.h
|
| index be9cc334c2e3cd5641084c538ad89160309fed41..31f63a24f062500250c118e571c8a1c1f5910472 100644
|
| --- a/ui/app_list/app_list_folder_item.h
|
| +++ b/ui/app_list/app_list_folder_item.h
|
| @@ -68,12 +68,6 @@ class APP_LIST_EXPORT AppListFolderItem : public AppListItem,
|
| virtual void OnExtensionPreferenceChanged() override;
|
| virtual bool CompareForTest(const AppListItem* other) const override;
|
|
|
| - // Calculates the top item icons' bounds inside |folder_icon_bounds|.
|
| - // Returns the bounds of top item icons in sequence of top left, top right,
|
| - // bottom left, bottom right.
|
| - static std::vector<gfx::Rect> GetTopIconsBounds(
|
| - const gfx::Rect& folder_icon_bounds);
|
| -
|
| // Returns an id for a new folder.
|
| static std::string GenerateId();
|
|
|
|
|