blob: 87fc81bbe91f53a7597c1a5878949206f0fa93e8 [file] [log] [blame]
// Copyright 2015 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.
#ifndef CONTENT_PUBLIC_COMMON_NAVIGATION_POLICY_H_
#define CONTENT_PUBLIC_COMMON_NAVIGATION_POLICY_H_
#include "content/common/content_export.h"
// A centralized file for base helper methods and policy decisions about
// navigations.
namespace content {
CONTENT_EXPORT bool IsPerNavigationMojoInterfaceEnabled();
CONTENT_EXPORT bool IsBackForwardCacheEnabled();
} // namespace content
#endif // CONTENT_PUBLIC_COMMON_NAVIGATION_POLICY_H_