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

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

Issue 55063002: Prefer opening PDF downloads in the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tests + rebase Created 7 years, 1 month 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 345aaaf20b7bc79b4e969b26d45483e58e8935e4..56bbbddfc1daf8d140218e0c3cb0f47357fbf017 100644
--- a/chrome/browser/download/download_shelf_context_menu.h
+++ b/chrome/browser/download/download_shelf_context_menu.h
@@ -28,6 +28,7 @@ class DownloadShelfContextMenu : public ui::SimpleMenuModel::Delegate,
SHOW_IN_FOLDER = 1, // Open a folder view window with the item selected.
OPEN_WHEN_COMPLETE, // Open the download when it's finished.
ALWAYS_OPEN_TYPE, // Default this file extension to always open.
+ PLATFORM_OPEN, // Open using platform handler.
CANCEL, // Cancel the download.
TOGGLE_PAUSE, // Pause or resume a download.
DISCARD, // Discard the malicious download.

Powered by Google App Engine
This is Rietveld 408576698