summaryrefslogtreecommitdiffstats
path: root/content/common/view_messages.h
diff options
context:
space:
mode:
authorantonm@google.com <antonm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 17:55:54 +0000
committerantonm@google.com <antonm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 17:55:54 +0000
commita4d0c7d2fa06be57cb732751d743f2bbae4c0019 (patch)
treed29bf09817959a1d8a9a6bd8333506f8a2962233 /content/common/view_messages.h
parentf0ed8a2f0e95ab61f755f3f4c10b0cdd6007fe26 (diff)
downloadchromium_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/common/view_messages.h')
-rw-r--r--content/common/view_messages.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 4e95ad6..de05e56 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -182,7 +182,6 @@ IPC_STRUCT_TRAITS_BEGIN(WebPreferences)
IPC_STRUCT_TRAITS_MEMBER(minimum_logical_font_size)
IPC_STRUCT_TRAITS_MEMBER(default_encoding)
IPC_STRUCT_TRAITS_MEMBER(javascript_enabled)
- IPC_STRUCT_TRAITS_MEMBER(dart_enabled)
IPC_STRUCT_TRAITS_MEMBER(web_security_enabled)
IPC_STRUCT_TRAITS_MEMBER(javascript_can_open_windows_automatically)
IPC_STRUCT_TRAITS_MEMBER(loads_images_automatically)