Fix incorrect handling of accelerators on constrained web dailogs.
[chromium-blink-merge.git] / ash / launcher / launcher_types.cc
bloba6080b0b66606ee93bc5777d7175039bf9b6b03d
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"
7 namespace ash {
9 const int kLauncherPreferredSize = 48;
10 const int kLauncherBackgroundAlpha = 204;
12 LauncherItem::LauncherItem()
13 : type(TYPE_TABBED),
14 is_incognito(false),
15 id(0),
16 status(STATUS_CLOSED) {
19 LauncherItem::~LauncherItem() {
22 } // namespace ash