Remove the drive status from the ash try.
[chromium-blink-merge.git] / ash / system / tray / system_tray_delegate.cc
blobd0b9fb17b7a58f9d5c72de80ad960b2e5e12409b
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/system/tray/system_tray_delegate.h"
7 namespace ash {
9 NetworkIconInfo::NetworkIconInfo()
10 : connecting(false),
11 connected(false),
12 tray_icon_visible(true),
13 is_cellular(false) {
16 NetworkIconInfo::~NetworkIconInfo() {
19 BluetoothDeviceInfo::BluetoothDeviceInfo()
20 : connected(false),
21 connecting(false),
22 paired(false) {
25 BluetoothDeviceInfo::~BluetoothDeviceInfo() {
28 IMEInfo::IMEInfo()
29 : selected(false),
30 third_party(false) {
33 IMEInfo::~IMEInfo() {
36 IMEPropertyInfo::IMEPropertyInfo()
37 : selected(false) {
40 IMEPropertyInfo::~IMEPropertyInfo() {
43 } // namespace ash