fixup! [M120 Migration][NaCl][PPFWK] Upgradable pepper plugin requirement
[platform/framework/web/chromium-efl.git] / pdf / pdf_init.h
1 // Copyright 2020 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef PDF_PDF_INIT_H_
6 #define PDF_PDF_INIT_H_
7
8 namespace chrome_pdf {
9
10 bool IsSDKInitializedViaPlugin();
11 void SetIsSDKInitializedViaPlugin(bool initialized_via_plugin);
12
13 }  // namespace chrome_pdf
14
15 #endif  // PDF_PDF_INIT_H_