| 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 5320554de72dabc43ae7b54cd65cc86f307d1f14..b3dabae11ad70afd5af6b647db7fa6e591de2757 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -89,6 +89,9 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
|
|
| void UpdateBounds();
|
|
|
| + // Returns true if the experimental app list position should be used.
|
| + bool UseExperimentalAppListPosition() const;
|
| +
|
| // Overridden from views::View:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual void Paint(gfx::Canvas* canvas) OVERRIDE;
|
|
|