1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ash/launcher/launcher_types.h"
9 const int kLauncherPreferredSize
= 48;
10 const int kLauncherBackgroundAlpha
= 204;
12 LauncherItem::LauncherItem()
13 : type(TYPE_UNDEFINED
),
15 status(STATUS_CLOSED
) {
18 LauncherItem::~LauncherItem() {