| Index: ui/app_list/views/app_list_view.h
|
| diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
|
| index 5fb9a505485c3ba3a8e89cbc73a258ee34f681fe..79168c26edfe7d7975b25aefb96c5a068323892c 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -45,11 +45,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
|
| // Initializes the widget.
|
| void InitAsBubble(gfx::NativeView parent, int initial_apps_page);
|
|
|
| - // Initializes the widget as a frameless window, not a bubble.
|
| - void InitAsFramelessWindow(gfx::NativeView parent,
|
| - int initial_apps_page,
|
| - gfx::Rect bounds);
|
| -
|
| void SetBubbleArrow(views::BubbleBorder::Arrow arrow);
|
|
|
| void SetAnchorPoint(const gfx::Point& anchor_point);
|
|
|