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/common/view_messages.h | |
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/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 1 |
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) |