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

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

Issue 351029: Support dragging a virtual file out of the browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 12 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 35459)
+++ chrome/browser/download/download_util.h (working copy)
@@ -131,8 +131,8 @@
// Executable file support -----------------------------------------------------
-// Copy all executable file extensions.
-void InitializeExeTypes(std::set<std::string>* exe_extensions);
+// Determine if the specified extension is an executable extension.
+bool IsExecutableExtension(const std::string& extension);
} // namespace download_util
« no previous file with comments | « chrome/browser/download/download_manager_unittest.cc ('k') | chrome/browser/download/drag_download_file_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698