// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_SESSIONS_SESSION_RESTORE_OBSERVER_H_ #define CHROME_BROWSER_SESSIONS_SESSION_RESTORE_OBSERVER_H_ namespace content { class WebContents; } class Profile; // Observer of events during session restore. This observer does not cover // SessionRestoreImpl::RestoreForeignTab() which restores a single foreign tab. class SessionRestoreObserver { … }; #endif // CHROME_BROWSER_SESSIONS_SESSION_RESTORE_OBSERVER_H_