Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h

Issue 148003003: Use white header for app windows part #2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698