| 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
|
|
|
|
|