Index: chrome/common/win_safe_util.h |
=================================================================== |
--- chrome/common/win_safe_util.h (revision 38375) |
+++ chrome/common/win_safe_util.h (working copy) |
@@ -44,7 +44,8 @@ |
// function succeeds, false otherwise. A failure is expected on system where |
// the Zone Identifier is not supported, like a machine with a FAT32 filesystem. |
// It should not be considered fatal. |
-bool SetInternetZoneIdentifier(const FilePath& full_path); |
+bool SetInternetZoneIdentifier(const FilePath& full_path, |
+ const std::wstring& source_url); |
} // namespace win_util |