| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| index 944944cb55e3b19f5065e374bdcce864614e13ba..e5b4877ae6f0d347c0253ef4fc9951e225bc6d3f 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| @@ -104,14 +104,11 @@ class BrowserNonClientFrameViewAsh
|
| // above the content area.
|
| void PaintContentEdge(gfx::Canvas* canvas);
|
|
|
| - // Returns the id of the header frame image based on the browser type,
|
| - // activation state and incognito mode.
|
| - int GetThemeFrameImageId() const;
|
| -
|
| - // Returns the id of the header frame overlay image based on the activation
|
| - // state and incognito mode.
|
| - // Returns 0 if no overlay image should be used.
|
| - int GetThemeFrameOverlayImageId() const;
|
| + // Sets |frame_image_id| and |frame_image_overlay_id| to the ids of the header
|
| + // frame image and the header frame overlay image respectively.
|
| + // |frame_overlay_image_id| is set to 0 if no overlay image should be used.
|
| + void GetFrameImageIds(int* frame_image_id,
|
| + int* frame_overlay_image_id) const;
|
|
|
| // View which contains the window controls.
|
| ash::FrameCaptionButtonContainerView* caption_button_container_;
|
|
|