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

Unified Diff: ui/app_list/app_list_folder_item.h

Issue 657793004: Moved FolderImageSource class to a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/app-list-typedefs-iwyu
Patch Set: Created 6 years, 2 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: 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();

Powered by Google App Engine
This is Rietveld 408576698