blob: 340eeb360b2fe8e7192a60bc14d4b8a8113b1fde [file] [log] [blame]
// Copyright (c) 2013 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 "chrome/common/web_application_info.h"
WebApplicationIconInfo::WebApplicationIconInfo() : width(0), height(0) {}
WebApplicationIconInfo::~WebApplicationIconInfo() = default;
WebApplicationInfo::WebApplicationInfo()
: mobile_capable(MOBILE_CAPABLE_UNSPECIFIED),
generated_icon_color(SK_ColorTRANSPARENT),
open_as_window(false) {}
WebApplicationInfo::WebApplicationInfo(const WebApplicationInfo& other) =
default;
WebApplicationInfo::~WebApplicationInfo() = default;