// Copyright 2024 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/printing/oop_features.h" #include "base/feature_list.h" #include "build/build_config.h" #include "chrome/browser/printing/prefs_util.h" #include "printing/printing_features.h" namespace printing { bool IsOopPrintingEnabled() { … } bool ShouldPrintJobOop() { … } bool ShouldEarlyStartPrintBackendService() { … } } // namespace printing