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

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

Issue 2474713003: Migrate enabled state of plugins into specialized Flash and PDF prefs. (Closed)
Patch Set: Rebased to ToT. 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
« no previous file with comments | « chrome/browser/plugins/plugin_prefs.cc ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_constants.h
diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
index 393baa431c82f21fa7ed51f5ae0466a9b5e1d093..57999def4dfbf47fcab3154752c8b32b512d1aee 100644
--- a/content/public/common/content_constants.h
+++ b/content/public/common/content_constants.h
@@ -25,6 +25,7 @@ CONTENT_EXPORT extern const base::FilePath::CharType kPepperDataDirname[];
CONTENT_EXPORT extern const char kBrowserPluginMimeType[];
CONTENT_EXPORT extern const char kFlashPluginName[];
+CONTENT_EXPORT extern const char kAdobeFlashPlayerPluginName[];
clamy 2016/11/14 14:38:43 Why do you need to move this to content/? It seems
pastarmovj 2016/11/15 10:09:18 Yeah it felt right the right place (provided the r
CONTENT_EXPORT extern const char kFlashPluginSwfMimeType[];
CONTENT_EXPORT extern const char kFlashPluginSwfExtension[];
CONTENT_EXPORT extern const char kFlashPluginSwfDescription[];
« no previous file with comments | « chrome/browser/plugins/plugin_prefs.cc ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698