| Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
|
| diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
|
| index b4556235f94a8f246d25cfc3db9c27b1f31f517d..312ebae6920fff061644a936e6064a4392b58665 100644
|
| --- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
|
| +++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
|
| @@ -66,10 +66,12 @@ class AppInfoFooterPanel
|
| void CreateShortcuts();
|
| bool CanCreateShortcuts() const;
|
|
|
| +#if defined(USE_ASH)
|
| // Pins and unpins the app from the shelf. Must only be called if
|
| // CanSetPinnedToShelf() returns true.
|
| void SetPinnedToShelf(bool value);
|
| bool CanSetPinnedToShelf() const;
|
| +#endif
|
|
|
| // Uninstall the app. Must only be called if CanUninstallApp() returns true.
|
| void UninstallApp();
|
|
|