summaryrefslogtreecommitdiffstats
path: root/components/error_page/common/error_page_params.cc
blob: a6d3c427bfbda2a8140327fdd1582ae09c1d9edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright 2014 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 "components/error_page/common/error_page_params.h"

#include "base/values.h"

namespace error_page {

ErrorPageParams::ErrorPageParams()
    : suggest_reload(false),
      reload_tracking_id(-1),
      search_tracking_id(-1) {
}

ErrorPageParams::~ErrorPageParams() {
}

}  // namespace error_page