Index: chrome/browser/ui/webui/chromeos/imageburner/imageburner_utils.cc |
=================================================================== |
--- chrome/browser/ui/webui/chromeos/imageburner/imageburner_utils.cc (revision 115435) |
+++ chrome/browser/ui/webui/chromeos/imageburner/imageburner_utils.cc (working copy) |
@@ -445,7 +445,7 @@ |
DownloadStarted(true, url); |
download_manager->DownloadUrlToFile(url, |
tab_contents->GetURL(), |
- tab_contents->encoding(), |
+ tab_contents->GetEncoding(), |
save_info, |
tab_contents); |
} else { |