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

Unified Diff: ash/system/tray/tray_constants.h

Issue 10443004: Move common notification layout to base class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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: ash/system/tray/tray_constants.h
diff --git a/ash/system/tray/tray_constants.h b/ash/system/tray/tray_constants.h
index 1a0e4d5338635db1f1077c86a0f672deda28bfc4..915c0de984acdda810f8c6a3330e21bfd783866f 100644
--- a/ash/system/tray/tray_constants.h
+++ b/ash/system/tray/tray_constants.h
@@ -42,8 +42,8 @@ extern const SkColor kHeaderTextColorNormal;
extern const SkColor kHeaderTextColorHover;
extern const int kTrayPopupWidth;
-extern const int kNotificationCloseButtonWidth;
extern const int kNotificationIconWidth;
+extern const int kTrayNotificationContentsWidth;
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698