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

Unified Diff: content/public/browser/download_item.h

Issue 9317018: referrer_charset is a lie. It's really the user's default_charset. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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
« no previous file with comments | « content/browser/download/mock_download_item.h ('k') | content/shell/shell_download_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/browser/download/mock_download_item.h ('k') | content/shell/shell_download_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698