[M120 Migration]Fix for crash during chrome exit
[platform/framework/web/chromium-efl.git] / chrome / browser / universal_web_contents_observers.h
1 // Copyright 2021 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_UNIVERSAL_WEB_CONTENTS_OBSERVERS_H_
6 #define CHROME_BROWSER_UNIVERSAL_WEB_CONTENTS_OBSERVERS_H_
7
8 namespace content {
9 class WebContents;
10 }  // namespace content
11
12 // Attaches WebContentsObservers that are universal (ones that should apply to
13 // all WebContents).
14 void AttachUniversalWebContentsObservers(content::WebContents* web_contents);
15
16 #endif  // CHROME_BROWSER_UNIVERSAL_WEB_CONTENTS_OBSERVERS_H_