chromium/chrome/browser/ui/views/frame/web_contents_close_handler.h

// Copyright 2014 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_UI_VIEWS_FRAME_WEB_CONTENTS_CLOSE_HANDLER_H_
#define CHROME_BROWSER_UI_VIEWS_FRAME_WEB_CONTENTS_CLOSE_HANDLER_H_

#include "base/memory/raw_ptr.h"
#include "base/timer/timer.h"

class WebContentsCloseHandlerDelegate;
class WebContentsCloseHandlerTest;

// WebContentsCloseHandler handles notifying its delegate at the right time
// to clone and/or destroy the layer tree of the active tab. This is done so
// that on closing a window the user sees the contents of the last active
// tab rather than an empty rect.
class WebContentsCloseHandler {};

#endif  // CHROME_BROWSER_UI_VIEWS_FRAME_WEB_CONTENTS_CLOSE_HANDLER_H_