Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Unified Diff: ui/app_list/views/app_list_view.h

Issue 2713603002: Remove fullscreen applist (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698