| Index: chrome/browser/pdf/pdf_extension_util.h
|
| diff --git a/chrome/browser/pdf/pdf_extension_util.h b/chrome/browser/pdf/pdf_extension_util.h
|
| index 4699811d4921ed7574735277a4044a7ee895f146..75dd882b0081fa8ffc64884ff257889879a6eae2 100644
|
| --- a/chrome/browser/pdf/pdf_extension_util.h
|
| +++ b/chrome/browser/pdf/pdf_extension_util.h
|
| @@ -9,6 +9,9 @@
|
|
|
| namespace pdf_extension_util {
|
|
|
| +// The ResourceIdentifier for the PDF Viewer plugin.
|
| +extern const char kPdfResourceIdentifier[];
|
| +
|
| // Return the extensions manifest for PDF. The manifest is loaded from
|
| // browser_resources.grd and certain fields are replaced based on what chrome
|
| // flags are enabled.
|
|
|