blob: 6de52f1e4f8d761bf9c6d07b06be0d7b0f62dc01 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_APP_RESTORE_FEATURES_H_
#define COMPONENTS_APP_RESTORE_FEATURES_H_
#include "base/component_export.h"
#include "base/feature_list.h"
namespace full_restore {
namespace features {
// Enables the window state and bounds predictor and full ghost window for ARC++
// apps.
COMPONENT_EXPORT(APP_RESTORE) BASE_DECLARE_FEATURE(kArcWindowPredictor);
COMPONENT_EXPORT(APP_RESTORE) bool IsArcWindowPredictorEnabled();
} // namespace features
} // namespace full_restore
#endif // COMPONENTS_APP_RESTORE_FEATURES_H_