| Index: chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.h b/chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| index c7ef4e6e2a457f64b9db8051948c7090a14552d1..42166cb35c775b13db60476c831675af8c81e710 100644
|
| --- a/chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| +++ b/chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| @@ -43,6 +43,7 @@ class AppListControllerDelegate {
|
| };
|
|
|
| // Whether apps can be pinned, and whether pinned apps are editable or fixed.
|
| + // TODO(khmel): Find better home for Pinnable enum.
|
| enum Pinnable {
|
| NO_PIN,
|
| PIN_EDITABLE,
|
|
|