| Index: ui/app_list/views/apps_grid_view.h
|
| diff --git a/ui/app_list/views/apps_grid_view.h b/ui/app_list/views/apps_grid_view.h
|
| index 3763701f243d5b1f07f07b66fb9f096fdc0ee4e2..ba6ef2c81cd87d499b88cfb2aace7a8cee5f489d 100644
|
| --- a/ui/app_list/views/apps_grid_view.h
|
| +++ b/ui/app_list/views/apps_grid_view.h
|
| @@ -116,6 +116,7 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
|
| void EndDrag(bool cancel);
|
| bool IsDraggedView(const views::View* view) const;
|
| void ClearDragState(bool cancel_reparent);
|
| + void SetDragViewVisible(bool visible);
|
|
|
| // Set the drag and drop host for application links.
|
| void SetDragAndDropHostOfCurrentAppList(
|
|
|