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/error_page/common/error_page_params.h"
7 #include "base/values.h"
11 ErrorPageParams::ErrorPageParams()
12 : suggest_reload(false),
13 reload_tracking_id(-1),
14 search_tracking_id(-1) {
17 ErrorPageParams::~ErrorPageParams() {
20 } // namespace error_page