| Index: chrome/browser/download/download_shelf_context_menu.h
|
| diff --git a/chrome/browser/download/download_shelf_context_menu.h b/chrome/browser/download/download_shelf_context_menu.h
|
| index f7383305b9ba6de61c94b1d129d887348ec8b5ec..102a9597ec7e7d3394ac100d1e017567351a2d8b 100644
|
| --- a/chrome/browser/download/download_shelf_context_menu.h
|
| +++ b/chrome/browser/download/download_shelf_context_menu.h
|
| @@ -75,7 +75,8 @@ class DownloadShelfContextMenu : public ui::SimpleMenuModel::Delegate,
|
|
|
| int GetAlwaysOpenStringId() const;
|
|
|
| -#if defined(OS_WIN)
|
| +#if defined(OS_WIN) || defined(OS_LINUX) || \
|
| + (defined(OS_MACOSX) && !defined(OS_IOS))
|
| bool IsDownloadPdf() const;
|
| bool CanOpenPdfInReader() const;
|
| #endif
|
|
|