Don't relaunch app for non-auth errors.
[chromium-blink-merge.git] / components / favicon_base / favicon_types.cc
blob0188f1e9b274da04a646a6a8a46a194de26bfc1c
1 // Copyright 2014 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 "components/favicon_base/favicon_types.h"
7 namespace favicon_base {
9 // ---------------------------------------------------------
10 // FaviconImageResult
12 FaviconImageResult::FaviconImageResult() {}
14 FaviconImageResult::~FaviconImageResult() {}
16 // --------------------------------------------------------
17 // FaviconRawBitmapResult
19 FaviconRawBitmapResult::FaviconRawBitmapResult()
20 : expired(false), icon_type(INVALID_ICON) {
23 FaviconRawBitmapResult::~FaviconRawBitmapResult() {
26 } // namespace favicon_base