diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-17 00:16:37 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-17 00:16:37 +0000 |
commit | b3dbcb5e2445baec0ceca5e57de9bf07621679ab (patch) | |
tree | 2b1c250e44b0d9fe7a55dbdc9d821cf3471eaeba /content/shell/shell_messages.h | |
parent | 05e9e77e55212d1d550b54ffea6fe5158362cb34 (diff) | |
download | chromium_src-b3dbcb5e2445baec0ceca5e57de9bf07621679ab.zip chromium_src-b3dbcb5e2445baec0ceca5e57de9bf07621679ab.tar.gz chromium_src-b3dbcb5e2445baec0ceca5e57de9bf07621679ab.tar.bz2 |
[content shell] use WebTestRunner::WebPreferences for layout tests
Also, implement two further TestDelegate methods
BUG=111316
TEST=xssAuditor tests still work
R=marja@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11565036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173402 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_messages.h')
-rw-r--r-- | content/shell/shell_messages.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h index b943eed..72114f0 100644 --- a/content/shell/shell_messages.h +++ b/content/shell/shell_messages.h @@ -14,10 +14,10 @@ #define IPC_MESSAGE_START ShellMsgStart IPC_STRUCT_TRAITS_BEGIN(content::ShellWebPreferences) - IPC_STRUCT_TRAITS_MEMBER(allow_universal_access_from_file_urls) - IPC_STRUCT_TRAITS_MEMBER(dom_paste_enabled) - IPC_STRUCT_TRAITS_MEMBER(javascript_can_access_clipboard) - IPC_STRUCT_TRAITS_MEMBER(xss_auditor_enabled) + IPC_STRUCT_TRAITS_MEMBER(allowUniversalAccessFromFileURLs) + IPC_STRUCT_TRAITS_MEMBER(DOMPasteAllowed) + IPC_STRUCT_TRAITS_MEMBER(javaScriptCanAccessClipboard) + IPC_STRUCT_TRAITS_MEMBER(XSSAuditorEnabled) IPC_STRUCT_TRAITS_END() // Sets the current working directory to use for layout tests. |