| 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 f5dbf3b3e7f624542ee2aebea0bb5850251f23a4..96f577d0a81a2584e4613dbc342c0facb0bf8a5d 100644
|
| --- a/chrome/browser/download/download_shelf_context_menu.h
|
| +++ b/chrome/browser/download/download_shelf_context_menu.h
|
| @@ -76,7 +76,7 @@ class DownloadShelfContextMenu : public ui::SimpleMenuModel::Delegate,
|
|
|
| int GetAlwaysOpenStringId() const;
|
|
|
| -#if defined(OS_WIN)
|
| +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
|
| bool IsDownloadPdf() const;
|
| bool CanOpenPdfInReader() const;
|
| #endif
|
|
|