| Index: ui/app_list/views/search_box_view.h
|
| diff --git a/ui/app_list/views/search_box_view.h b/ui/app_list/views/search_box_view.h
|
| index b03fdc6fd1886065ee1e6406064ccca6a033b74d..d2cee9321b6745b415a2ded160379eb0873babc4 100644
|
| --- a/ui/app_list/views/search_box_view.h
|
| +++ b/ui/app_list/views/search_box_view.h
|
| @@ -81,6 +81,9 @@ class APP_LIST_EXPORT SearchBoxView : public views::View,
|
| // Sets voice label for Back button depending on whether a folder is open.
|
| void SetBackButtonLabel(bool folder);
|
|
|
| + // Swaps the google icon with the back button.
|
| + void ShowBackOrGoogleIcon(bool show_back_button);
|
| +
|
| // Overridden from views::View:
|
| bool OnMouseWheel(const ui::MouseWheelEvent& event) override;
|
| void OnEnabledChanged() override;
|
|
|