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

Unified Diff: ash/frame/header_painter_util.cc

Issue 200483004: Show avatar icon on V2 app's frame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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
« no previous file with comments | « ash/frame/header_painter_util.h ('k') | ash/session_state_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/frame/header_painter_util.cc
diff --git a/ash/frame/header_painter_util.cc b/ash/frame/header_painter_util.cc
index ca838248ec5b96b6eb1a4a23ee4392df92ed034e..1054291848198ea8e8bf505252d2d3ec162024b0 100644
--- a/ash/frame/header_painter_util.cc
+++ b/ash/frame/header_painter_util.cc
@@ -22,8 +22,8 @@ const int kTopCornerRadiusWhenRestored = 2;
// Distance between left edge of the window and the header icon.
const int kIconXOffset = 9;
-// Height and width of header icon.
-const int kIconSize = 16;
+// Default height and width of header icon.
+const int kDefaultIconSize = 16;
// Space between the title text and the caption buttons.
const int kTitleCaptionButtonSpacing = 5;
@@ -57,8 +57,8 @@ int HeaderPainterUtil::GetIconXOffset() {
}
// static
-int HeaderPainterUtil::GetIconSize() {
- return kIconSize;
+int HeaderPainterUtil::GetDefaultIconSize() {
+ return kDefaultIconSize;
}
// static
« no previous file with comments | « ash/frame/header_painter_util.h ('k') | ash/session_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698