Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index a4852d5496ab66eaa3ac9b5270507f141d826058..485724a1f49618fc76f8ed4925faa1cb8988faff 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -281,6 +281,8 @@ CONTENT_EXPORT extern const char kTestCompositor[]; |
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
// alphabetical order, or in one of the ifdefs (also in order in each section). |
+CONTENT_EXPORT extern const char kAllowFiltersOverIPC[]; |
+ |
} // namespace switches |
#endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ |