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

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

Issue 19800005: Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of moving ppapi implement… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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_util.h
===================================================================
--- chrome/browser/download/download_util.h (revision 212906)
+++ chrome/browser/download/download_util.h (working copy)
@@ -183,6 +183,9 @@
// The download was initiated by the plugin installer.
INITIATED_BY_PLUGIN_INSTALLER,
+ // The download was initiated by the PDF plugin..
+ INITIATED_BY_PDF_SAVE,
+
CHROME_DOWNLOAD_SOURCE_LAST_ENTRY,
};
« no previous file with comments | « no previous file | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | chrome/renderer/pepper/ppb_pdf_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698