diff options
author | podivilov@chromium.org <podivilov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 11:59:35 +0000 |
---|---|---|
committer | podivilov@chromium.org <podivilov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 11:59:35 +0000 |
commit | 407dfa63ec09c5110ad778386c7808b7b5d0cb4f (patch) | |
tree | 5bbfe925528be36192f7451b5d0ca1880a0eaf41 /content/common | |
parent | ec9d7c5ae2162d87bab37871ca0eb25ebe44ae6c (diff) | |
download | chromium_src-407dfa63ec09c5110ad778386c7808b7b5d0cb4f.zip chromium_src-407dfa63ec09c5110ad778386c7808b7b5d0cb4f.tar.gz chromium_src-407dfa63ec09c5110ad778386c7808b7b5d0cb4f.tar.bz2 |
Add --dart-flags and --disable-dart command line switches.
R=darin@chromium.org
Review URL: http://codereview.chromium.org/8905006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115707 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/view_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index cc7bf74..65fb343 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -175,6 +175,7 @@ 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) |