Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: chrome/browser/download/download_shelf_context_menu.h

Issue 1997453003: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move changes in and out to fix compile Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698