summaryrefslogtreecommitdiffstats
path: root/net/base/mime_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/mime_util.h')
-rw-r--r--net/base/mime_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/mime_util.h b/net/base/mime_util.h
index 3f81845..7bfe1c3 100644
--- a/net/base/mime_util.h
+++ b/net/base/mime_util.h
@@ -19,7 +19,7 @@ bool GetMimeTypeFromFile(const std::wstring& file_path, std::string* mime_type);
// Get the preferred extension (if any) associated with the given mime type.
// Returns true if a corresponding file extension exists. The extension is
-// returned with a prefixed dot (as stored in the registry), ex ".avi".
+// returned without a prefixed dot, ex "html".
bool GetPreferredExtensionForMimeType(const std::string& mime_type,
std::wstring* extension);