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

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

Issue 10384217: Add left/right layout support for uber tray. (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 3f0dd5164aebd3056c59827df04245be5f387c90..08ca2e3dd02f18192e15a806c2e77b8407ff7e16 100644
--- a/ash/system/tray/tray_constants.h
+++ b/ash/system/tray/tray_constants.h
@@ -10,8 +10,11 @@ typedef unsigned int SkColor;
namespace ash {
-extern const int kPaddingFromRightEdgeOfScreen;
-extern const int kPaddingFromBottomOfScreen;
+extern const int kPaddingFromRightEdgeOfScreenBottomAlignment;
+extern const int kPaddingFromBottomOfScreenBottomAlignment;
+extern const int kPaddingFromLeftEdgeOfScreenLeftAlignment;
+extern const int kPaddingFromRightEdgeOfScreenRightAlignment;
+extern const int kPaddingFromBottomOfScreenVerticalAlignment;
extern const int kTrayPopupAutoCloseDelayInSeconds;
extern const int kTrayPopupAutoCloseDelayForTextInSeconds;

Powered by Google App Engine
This is Rietveld 408576698