// 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 "pdf/pdf_init.h" namespace chrome_pdf { namespace { bool g_sdk_initialized_via_plugin = …; } // namespace bool IsSDKInitializedViaPlugin() { … } void SetIsSDKInitializedViaPlugin(bool initialized_via_plugin) { … } } // namespace chrome_pdf