| Index: ui/app_list/views/app_list_folder_view.h
|
| diff --git a/ui/app_list/views/app_list_folder_view.h b/ui/app_list/views/app_list_folder_view.h
|
| index 0f3b0009e8fe578c7a4f02af8d5dad8a7794f1ad..bdbf62d6b5cc2f62951eaed74c2ff83854808cf4 100644
|
| --- a/ui/app_list/views/app_list_folder_view.h
|
| +++ b/ui/app_list/views/app_list_folder_view.h
|
| @@ -106,6 +106,7 @@ class AppListFolderView : public views::View,
|
| bool events_forwarded_to_drag_drop_host) OVERRIDE;
|
| virtual bool IsPointOutsideOfFolderBoundary(const gfx::Point& point) OVERRIDE;
|
| virtual bool IsOEMFolder() const OVERRIDE;
|
| + virtual void SetRootLevelDragViewVisible(bool visible) OVERRIDE;
|
|
|
| AppsContainerView* container_view_; // Not owned.
|
| AppListMainView* app_list_main_view_; // Not Owned.
|
|
|