BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / pdf / pdf_extension_util.h
blob75dd882b0081fa8ffc64884ff257889879a6eae2
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_
8 #include <string>
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
17 // flags are enabled.
18 std::string GetManifest();
20 } // namespace pdf_extension_util
22 #endif // CHROME_BROWSER_PDF_PDF_EXTENSION_UTIL_H_