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

Unified Diff: content/public/common/content_constants.cc

Issue 2474713003: Migrate enabled state of plugins into specialized Flash and PDF prefs. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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: content/public/common/content_constants.cc
diff --git a/content/public/common/content_constants.cc b/content/public/common/content_constants.cc
index a7c93376665972844371485b5259d4d88d190a08..5f2b4ae4b0869e1d06e5856e0ec5e317462f86aa 100644
--- a/content/public/common/content_constants.cc
+++ b/content/public/common/content_constants.cc
@@ -14,6 +14,7 @@ const base::FilePath::CharType kPepperDataDirname[] =
const char kBrowserPluginMimeType[] = "application/browser-plugin";
const char kFlashPluginName[] = "Shockwave Flash";
+const char kAdobeFlashPlayerPluginName[] = "Adobe Flash Player";
Bernhard Bauer 2016/11/14 14:35:38 It might still make sense to keep this value in ch
pastarmovj 2016/11/15 10:09:18 Done.
const char kFlashPluginSwfMimeType[] = "application/x-shockwave-flash";
const char kFlashPluginSwfExtension[] = "swf";
const char kFlashPluginSwfDescription[] = "Shockwave Flash";

Powered by Google App Engine
This is Rietveld 408576698