blob: 46fc827ade22169a8fd3dff612e5c7f8b23fa4e2 [file] [log] [blame]
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/launcher/launcher_types.h"
namespace ash {
const int kLauncherPreferredSize = 48;
const int kLauncherBackgroundAlpha = 204;
LauncherItem::LauncherItem()
: type(TYPE_UNDEFINED),
id(0),
status(STATUS_CLOSED) {
}
LauncherItem::~LauncherItem() {
}
} // namespace ash