diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-22 00:14:28 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-22 00:14:28 +0000 |
commit | 7bf795d901efbf80cdb36f2faa35e016aaeb82b6 (patch) | |
tree | c3616e2e1be420605438202cb04c8a198786eb52 /chrome/common/pref_names.h | |
parent | 438c97d23785f28465304e1cb521b5125e9ea469 (diff) | |
download | chromium_src-7bf795d901efbf80cdb36f2faa35e016aaeb82b6.zip chromium_src-7bf795d901efbf80cdb36f2faa35e016aaeb82b6.tar.gz chromium_src-7bf795d901efbf80cdb36f2faa35e016aaeb82b6.tar.bz2 |
Don't use command line flags for enabling the internal pdf plugin. Instead, disable it by default using the same mechanism that we use for about:plugins. Once we enable it by default, we just need to flip a boolean in the code and it'll be enabled for everyone.
Review URL: http://codereview.chromium.org/2080016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47973 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 4b17742..4b968b5 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -131,6 +131,7 @@ extern const wchar_t kExtensionsUIDeveloperMode[]; extern const wchar_t kExtensionToolbarSize[]; extern const wchar_t kPluginsLastInternalDirectory[]; extern const wchar_t kPluginsPluginsList[]; +extern const wchar_t kPluginsEnabledInternalPDF[]; extern const wchar_t kCheckDefaultBrowser[]; #if defined(OS_MACOSX) extern const wchar_t kShowUpdatePromotionInfoBar[]; |