// 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_NAVIGATION_PREDICTOR_SEARCH_ENGINE_PRECONNECTOR_H_ #define CHROME_BROWSER_NAVIGATION_PREDICTOR_SEARCH_ENGINE_PRECONNECTOR_H_ #include "base/feature_list.h" #include "base/memory/raw_ptr.h" #include "base/timer/timer.h" #include "url/origin.h" namespace content { class BrowserContext; } // namespace content features // namespace features // Class to preconnect to the user's default search engine at regular intervals. // Preconnects are made by |this| if the browser app is likely in foreground. class SearchEnginePreconnector { … }; #endif // CHROME_BROWSER_NAVIGATION_PREDICTOR_SEARCH_ENGINE_PRECONNECTOR_H_