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

Unified Diff: content/browser/download/download_file_impl.h

Issue 21355004: [Downloads] Move client guid for AV scanning of downloaded files to chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct parsing Created 7 years, 4 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: content/browser/download/download_file_impl.h
diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h
index 963ae9fc58f3b9cf8b694e580cedaf2d6ea34b00..be484621f6aa962fb7c69f4b801378d9cc0ce360 100644
--- a/content/browser/download/download_file_impl.h
+++ b/content/browser/download/download_file_impl.h
@@ -64,6 +64,11 @@ class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile {
virtual bool GetHash(std::string* hash) OVERRIDE;
virtual std::string GetHashState() OVERRIDE;
+ // Set the application GUID to be used to identify the app to the
+ // system AV function when scanning downloaded files. Should be called
+ // before RenameAndAnnotate() to take effect.
jam 2013/08/07 22:44:43 nit: don't duplicate comment in impl. no line abov
Greg Billock 2013/08/08 20:07:46 Done.
+ virtual void SetClientGuid(const std::string& guid) OVERRIDE;
+
protected:
// For test class overrides.
virtual DownloadInterruptReason AppendDataToFile(

Powered by Google App Engine
This is Rietveld 408576698