blob: 3aa4c4f65d2a3ee553c3101f4dd4074503efe970 [file] [log] [blame]
// Copyright 2018 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 COMPONENTS_PERFORMANCE_MANAGER_PERSISTENCE_SITE_DATA_TAB_VISIBILITY_H_
#define COMPONENTS_PERFORMANCE_MANAGER_PERSISTENCE_SITE_DATA_TAB_VISIBILITY_H_
namespace performance_manager {
enum class TabVisibility { kBackground, kForeground };
} // namespace performance_manager
#endif // COMPONENTS_PERFORMANCE_MANAGER_PERSISTENCE_SITE_DATA_TAB_VISIBILITY_H_