// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/omnibox/browser/intranet_redirector_state.h" #include "base/feature_list.h" #include "components/omnibox/browser/omnibox_prefs.h" #include "components/omnibox/common/omnibox_features.h" #include "components/prefs/pref_service.h" namespace omnibox { IntranetRedirectorBehavior GetInterceptionChecksBehavior( const PrefService* pref_service) { … } } // namespace omnibox