| // Copyright 2018 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_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_ |