Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index 434577ee76281f6b326fd23c7bb698f862dbb4ac..1e1463d2be30d11baa6e42699ab9eeba41e6e309 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -284,6 +284,8 @@ CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[]; |
CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[]; |
CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[]; |
+CONTENT_EXPORT extern const char kAllowFiltersOverIPC[]; |
+ |
} // namespace switches |
#endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ |