| Index: content/public/browser/download_item.h
|
| ===================================================================
|
| --- content/public/browser/download_item.h (revision 119865)
|
| +++ content/public/browser/download_item.h (working copy)
|
| @@ -264,7 +264,7 @@
|
| virtual std::string GetContentDisposition() const = 0;
|
| virtual std::string GetMimeType() const = 0;
|
| virtual std::string GetOriginalMimeType() const = 0;
|
| - virtual std::string GetReferrerCharset() const = 0;
|
| + virtual std::string GetDefaultCharset() const = 0;
|
| virtual std::string GetRemoteAddress() const = 0;
|
| virtual int64 GetTotalBytes() const = 0;
|
| virtual void SetTotalBytes(int64 total_bytes) = 0;
|
|
|