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

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 999003003: Include attributes of zipped binaries in ClientDownloadRequests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zip2
Patch Set: fix ordering of SandboxedZipAnalyzer methods Created 5 years, 9 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/utility/chrome_content_utility_client.h
diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
index 1f4dc2be0ccd0f573c39d454822112e25ee7b11c..f2eee64331e8188c2265647d196bc487379fc8eb 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -70,7 +70,8 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
void OnStartupPing();
#if defined(FULL_SAFE_BROWSING)
void OnAnalyzeZipFileForDownloadProtection(
- const IPC::PlatformFileForTransit& zip_file);
+ const IPC::PlatformFileForTransit& zip_file,
+ const IPC::PlatformFileForTransit& temp_file);
#endif
#if defined(ENABLE_EXTENSIONS)
void OnParseMediaMetadata(const std::string& mime_type,

Powered by Google App Engine
This is Rietveld 408576698