Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4400)

Unified Diff: chrome/browser/pdf/pdf_extension_util.h

Issue 956163002: Correctly whitelist the PDF plugin in the PDF extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2311
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698