Index: chrome/browser/ui/webui/options/chromeos/user_image_source.h |
diff --git a/chrome/browser/ui/webui/options/chromeos/user_image_source.h b/chrome/browser/ui/webui/options/chromeos/user_image_source.h |
index 5d9b5417665cb3bd6e50fc06a4e74a68735f64f3..f7a2fb6982bfb442a6dcd753294804995c41feaf 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/user_image_source.h |
+++ b/chrome/browser/ui/webui/options/chromeos/user_image_source.h |
@@ -35,9 +35,11 @@ |
const content::URLDataSource::GotDataCallback& callback) OVERRIDE; |
virtual std::string GetMimeType(const std::string& path) const OVERRIDE; |
- // Returns PNG encoded image for user with specified email. If there's |
+ // Returns PNG or GIF (when possible and if |is_image_animated| flag |
+ // is true) encoded image for user with specified email. If there's |
// no user with such email, returns the first default image. |
base::RefCountedMemory* GetUserImage(const std::string& email, |
+ bool is_image_animated, |
ui::ScaleFactor scale_factor) const; |
private: |