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 51b4d188597102148f26821ce64f7a295c345266..da4960e7df8832c77c39df42849c4aea229bf474 100644 |
--- a/chrome/browser/download/download_shelf_context_menu.h |
+++ b/chrome/browser/download/download_shelf_context_menu.h |
@@ -76,10 +76,6 @@ class DownloadShelfContextMenu : public ui::SimpleMenuModel::Delegate, |
content::DownloadItem* download_item_; |
std::unique_ptr<DownloadCommands> download_commands_; |
-#if defined(OS_WIN) |
- bool is_adobe_pdf_reader_up_to_date_; |
-#endif |
- |
DISALLOW_COPY_AND_ASSIGN(DownloadShelfContextMenu); |
}; |