| Index: chrome/browser/themes/browser_theme_pack.h
|
| diff --git a/chrome/browser/themes/browser_theme_pack.h b/chrome/browser/themes/browser_theme_pack.h
|
| index d82d44dd50080d118569dd0b19172d0c2832b727..ea9ccc60fcd4067e73259675f49c998cc6a1d555 100644
|
| --- a/chrome/browser/themes/browser_theme_pack.h
|
| +++ b/chrome/browser/themes/browser_theme_pack.h
|
| @@ -181,10 +181,6 @@ class BrowserThemePack : public base::RefCountedThreadSafe<
|
| void RepackImages(const ImageCache& images,
|
| RawImages* reencoded_images) const;
|
|
|
| - // Generates image reps for |scale_factors| for
|
| - // |prepared_images_on_ui_thread_| and |prepared_images_on_file_thread_|.
|
| - void GenerateImageReps(const std::vector<ui::ScaleFactor>& scale_factors);
|
| -
|
| // Takes all images in |source| and puts them in |destination|, freeing any
|
| // image already in |destination| that |source| would overwrite.
|
| void MergeImageCaches(const ImageCache& source,
|
|
|