summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 18:41:33 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 18:41:33 +0000
commit05aed6b38effd2df95481e4ebd69b42978c3ee64 (patch)
tree82c016e5abd6f20a463cd1e0167da97a32fce749 /chrome/common
parentf4a4c9232e8854abaf7d731e9121cb9bcf66d591 (diff)
downloadchromium_src-05aed6b38effd2df95481e4ebd69b42978c3ee64.zip
chromium_src-05aed6b38effd2df95481e4ebd69b42978c3ee64.tar.gz
chromium_src-05aed6b38effd2df95481e4ebd69b42978c3ee64.tar.bz2
linux: enable plugins by default
This is long overdue. Review URL: http://codereview.chromium.org/193100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26129 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc4
-rw-r--r--chrome/common/chrome_switches.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index db5219c..6c9bd72 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -354,10 +354,6 @@ const wchar_t kDisableJava[] = L"disable-java";
// Prevent plugins from running.
const wchar_t kDisablePlugins[] = L"disable-plugins";
-// Force plugins to run (for ports in progress where they are turned off by
-// default).
-const wchar_t kEnablePlugins[] = L"enable-plugins";
-
// Prevent images from loading.
const wchar_t kDisableImages[] = L"disable-images";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index fe51017..077127e 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -126,7 +126,6 @@ extern const wchar_t kDisablePopupBlocking[];
extern const wchar_t kDisableJavaScript[];
extern const wchar_t kDisableJava[];
extern const wchar_t kDisablePlugins[];
-extern const wchar_t kEnablePlugins[];
extern const wchar_t kDisableImages[];
extern const wchar_t kDisableWebSecurity[];
extern const wchar_t kEnableRemoteFonts[];