Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1001)

Unified Diff: content/shell/shell_messages.h

Issue 11565036: [content shell] use WebTestRunner::WebPreferences for layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/shell_messages.h
diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h
index b943eedc1e4d2c1dd232becacda9a944246a6726..72114f069bdd84f7743b25bc124ebac77108c833 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.

Powered by Google App Engine
This is Rietveld 408576698