1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef LocalFrameLifecycleNotifier_h
6 #define LocalFrameLifecycleNotifier_h
8 #include "core/CoreExport.h"
9 #include "platform/LifecycleNotifier.h"
10 #include "wtf/Forward.h"
14 class LocalFrameLifecycleObserver
;
17 class CORE_EXPORT LocalFrameLifecycleNotifier
: public LifecycleNotifier
<LocalFrame
, LocalFrameLifecycleObserver
> {
19 void notifyWillDetachFrameHost();
24 #endif // LocalFrameLifecycleNotifier_h