// Copyright 2019 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_PERFORMANCE_MANAGER_PUBLIC_CHROME_CONTENT_BROWSER_CLIENT_PERFORMANCE_MANAGER_PART_H_ #define CHROME_BROWSER_PERFORMANCE_MANAGER_PUBLIC_CHROME_CONTENT_BROWSER_CLIENT_PERFORMANCE_MANAGER_PART_H_ #include "chrome/browser/chrome_content_browser_client_parts.h" // Allows tracking RenderProcessHost lifetime and proffering the Performance // Manager interface to new renderers. class ChromeContentBrowserClientPerformanceManagerPart : public ChromeContentBrowserClientParts { … }; #endif // CHROME_BROWSER_PERFORMANCE_MANAGER_PUBLIC_CHROME_CONTENT_BROWSER_CLIENT_PERFORMANCE_MANAGER_PART_H_