blob: 6b759e49d84e95440b6682e1ce9c08a99a851901 [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ANDROID_WEBVIEW_COMMON_AW_CACHED_FLAGS_H_
#define ANDROID_WEBVIEW_COMMON_AW_CACHED_FLAGS_H_
#include "base/feature_list.h"
namespace android_webview::CachedFlags {
bool IsEnabled(const base::Feature& feature);
bool IsCachedFeatureOverridden(const base::Feature& feature);
} // namespace android_webview::CachedFlags
#endif // ANDROID_WEBVIEW_COMMON_AW_CACHED_FLAGS_H_