| Index: chrome/browser/ui/views/frame/browser_header_painter_ash.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_header_painter_ash.h b/chrome/browser/ui/views/frame/browser_header_painter_ash.h
|
| index 821510b158be906fc5141ef6f03b620604666e92..8d27f54d96ae5bfd15ca0714978625870b0718c7 100644
|
| --- a/chrome/browser/ui/views/frame/browser_header_painter_ash.h
|
| +++ b/chrome/browser/ui/views/frame/browser_header_painter_ash.h
|
| @@ -81,8 +81,9 @@ class BrowserHeaderPainterAsh : public ash::HeaderPainter,
|
| // browser windows and for hosted app windows which show the toolbar.
|
| gfx::ImageSkia GetFrameImageForNonTabbedBrowser(Mode mode) const;
|
|
|
| - // Updates the images used for the minimize, restore and close buttons.
|
| - void UpdateCaptionButtonImages();
|
| + // Updates the size and icons used for the minimize, restore, and close
|
| + // buttons.
|
| + void UpdateCaptionButtons();
|
|
|
| // Returns bounds of the region in |view_| which is painted with the header
|
| // images. The region is assumed to start at the top left corner of |view_|
|
|
|