diff options
Diffstat (limited to 'content/browser/download/download_file_impl.h')
-rw-r--r-- | content/browser/download/download_file_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h index 963ae9f..9a50870 100644 --- a/content/browser/download/download_file_impl.h +++ b/content/browser/download/download_file_impl.h @@ -63,6 +63,7 @@ class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile { virtual int64 CurrentSpeed() const OVERRIDE; virtual bool GetHash(std::string* hash) OVERRIDE; virtual std::string GetHashState() OVERRIDE; + virtual void SetClientGuid(const std::string& guid) OVERRIDE; protected: // For test class overrides. |