1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_PDF_PDF_EXTENSION_UTIL_H_
6 #define CHROME_BROWSER_PDF_PDF_EXTENSION_UTIL_H_
10 namespace pdf_extension_util
{
12 // The ResourceIdentifier for the PDF Viewer plugin.
13 extern const char kPdfResourceIdentifier
[];
15 // Return the extensions manifest for PDF. The manifest is loaded from
16 // browser_resources.grd and certain fields are replaced based on what chrome
18 std::string
GetManifest();
20 } // namespace pdf_extension_util
22 #endif // CHROME_BROWSER_PDF_PDF_EXTENSION_UTIL_H_