diff options
author | antonm@google.com <antonm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 17:55:54 +0000 |
---|---|---|
committer | antonm@google.com <antonm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 17:55:54 +0000 |
commit | a4d0c7d2fa06be57cb732751d743f2bbae4c0019 (patch) | |
tree | d29bf09817959a1d8a9a6bd8333506f8a2962233 /content/public/common | |
parent | f0ed8a2f0e95ab61f755f3f4c10b0cdd6007fe26 (diff) | |
download | chromium_src-a4d0c7d2fa06be57cb732751d743f2bbae4c0019.zip chromium_src-a4d0c7d2fa06be57cb732751d743f2bbae4c0019.tar.gz chromium_src-a4d0c7d2fa06be57cb732751d743f2bbae4c0019.tar.bz2 |
Do not invoke setDartEnabled.
Currently Dart and JavaScript are either both enabled or both disabled.
Review URL: http://codereview.chromium.org/9212003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/common')
-rw-r--r-- | content/public/common/content_switches.cc | 3 | ||||
-rw-r--r-- | content/public/common/content_switches.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc index 52d7073..d8d66af 100644 --- a/content/public/common/content_switches.cc +++ b/content/public/common/content_switches.cc @@ -71,9 +71,6 @@ const char kDisableAudio[] = "disable-audio"; // users with many windows/tabs and lots of memory. const char kDisableBackingStoreLimit[] = "disable-backing-store-limit"; -// Prevent Dart from running. -const char kDisableDart[] = "disable-dart"; - // Disables HTML5 DB support. const char kDisableDatabases[] = "disable-databases"; diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h index d3e543bb..f1afadc 100644 --- a/content/public/common/content_switches.h +++ b/content/public/common/content_switches.h @@ -33,7 +33,6 @@ CONTENT_EXPORT extern const char kDisableAltWinstation[]; CONTENT_EXPORT extern const char kDisableApplicationCache[]; extern const char kDisableAudio[]; extern const char kDisableBackingStoreLimit[]; -extern const char kDisableDart[]; CONTENT_EXPORT extern const char kDisableDatabases[]; extern const char kDisableDataTransferItems[]; extern const char kDisableDesktopNotifications[]; |