Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 12871397de91be02e333395da36f02dfe1893ca6..f6ec2d922419a9ac8da3f6467bc69076cd8ef26d 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -322,6 +322,10 @@ const char kEnableDownloadResumption[] = "enable-download-resumption"; |
const char kEnableExperimentalWebKitFeatures[] = |
"enable-experimental-webkit-features"; |
+// Enables the CSS multicol implementation that uses the regions implementation. |
+const char kEnableRegionBasedColumns[] = |
+ "enable-region-based-columns"; |
+ |
// Disables the threaded HTML parser in WebKit |
const char kDisableThreadedHTMLParser[] = "disable-threaded-html-parser"; |