// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/universal_web_contents_observers.h" #include "chrome/browser/extensions/chrome_content_browser_client_extensions_part.h" #include "components/performance_manager/embedder/performance_manager_registry.h" #include "extensions/buildflags/buildflags.h" #if BUILDFLAG(ENABLE_EXTENSIONS) #include "chrome/browser/extensions/chrome_extension_web_contents_observer.h" #endif void AttachUniversalWebContentsObservers(content::WebContents* web_contents) { … }