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

Unified Diff: content/common/view_messages.h

Issue 10815069: Add CSS variables feature flag to chrome://flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months 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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 0fca6ef682a5ba968b7d2c3432bad6e1a4efde99..5a4f10f5c3ef18c5606cc56fe662f64acef1993a 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -210,6 +210,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences)
IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled)
IPC_STRUCT_TRAITS_MEMBER(css_regions_enabled)
IPC_STRUCT_TRAITS_MEMBER(css_shaders_enabled)
+ IPC_STRUCT_TRAITS_MEMBER(css_variables_enabled)
IPC_STRUCT_TRAITS_MEMBER(device_supports_touch)
IPC_STRUCT_TRAITS_MEMBER(device_supports_mouse)
#if !defined(WEBCOMPOSITOR_OWNS_SETTINGS)

Powered by Google App Engine
This is Rietveld 408576698