| 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 18c890b11b14200720445d9abad227554bd6fdbb..02d54cece346d1c011e6dac9aedaad3fffcdd1ee 100644
|
| --- a/ui/app_list/app_list_folder_item.h
|
| +++ b/ui/app_list/app_list_folder_item.h
|
| @@ -43,6 +43,9 @@ class APP_LIST_EXPORT AppListFolderItem : public AppListItem,
|
| // bottom left, bottom right.
|
| static Rects GetTopIconsBounds(const gfx::Rect& folder_icon_bounds);
|
|
|
| + // Returns an id for a new folder.
|
| + static std::string GenerateId();
|
| +
|
| private:
|
| // AppListItem
|
| virtual void Activate(int event_flags) OVERRIDE;
|
|
|