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

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

Issue 2339523004: Remove old (dead) app list code. (Closed)
Patch Set: Address nonbistytftatl review. Created 4 years, 3 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 b0f834139d5bd967e8d24dfc641b7f463ce312a9..9380f9616122241c14a7528d32f8bad425302bd4 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -50,15 +50,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
explicit AppListView(AppListViewDelegate* delegate);
~AppListView() override;
- // Initializes the widget and use a given |anchor| plus an |anchor_offset| for
- // positioning.
- void InitAsBubbleAttachedToAnchor(gfx::NativeView parent,
- int initial_apps_page,
- views::View* anchor,
- const gfx::Vector2d& anchor_offset,
- views::BubbleBorder::Arrow arrow,
- bool border_accepts_events);
-
// Initializes the widget and use a fixed |anchor_point_in_screen| for
// positioning.
void InitAsBubbleAtFixedLocation(gfx::NativeView parent,
@@ -95,9 +86,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
// hiding the app list when a modal dialog is being shown).
void SetAppListOverlayVisible(bool visible);
- // Returns true if the app list should be centered and in landscape mode.
- bool ShouldCenterWindow() const;
-
views::Widget* search_box_widget() const { return search_box_widget_; }
// Overridden from views::View:

Powered by Google App Engine
This is Rietveld 408576698