| Index: ui/app_list/views/app_list_item_view.h
|
| diff --git a/ui/app_list/views/app_list_item_view.h b/ui/app_list/views/app_list_item_view.h
|
| index 0738d83c7e7241dc1dcfbf198debc268c4dea86c..311d7219456d29461d202908ecf8abdcde4a8945 100644
|
| --- a/ui/app_list/views/app_list_item_view.h
|
| +++ b/ui/app_list/views/app_list_item_view.h
|
| @@ -62,6 +62,9 @@ class APP_LIST_EXPORT AppListItemView : public views::CustomButton,
|
| // Get icon from model and schedule background processing.
|
| void UpdateIcon();
|
|
|
| + // Update the tooltip text from the model.
|
| + void UpdateTooltip();
|
| +
|
| void SetUIState(UIState state);
|
|
|
| // Sets |touch_dragging_| flag and updates UI.
|
|
|