Index: ash/launcher/launcher_types.h |
diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h |
index 1936404a948cda9b1250b09d2a4506b064425d81..a6a6dc09890bf099783221025a125a2550cf871d 100644 |
--- a/ash/launcher/launcher_types.h |
+++ b/ash/launcher/launcher_types.h |
@@ -22,6 +22,9 @@ typedef int LauncherID; |
// added/removed. |
ASH_EXPORT extern const int kLauncherPreferredSize; |
+// Max alpha of the launcher background. |
+ASH_EXPORT extern const int kLauncherBackgroundAlpha; |
+ |
// Type the LauncherItem represents. |
enum LauncherItemType { |
// Represents a tabbed browser. |