Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 664b87f8e69fac91f21f4fcf22a07d285ff5410e..64c2bedcb966b0716831e20b708af27f157d2187 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -835,4 +835,7 @@ const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications"; |
// Enables 'image/webp' accept header for image requests. |
const char kEnableWebPInAcceptHeader[] = "enable-webp-in-accept-header"; |
+// Enables WebGL extensions not yet approved by the community. |
+const char kEnableWebGLDraftExtensions[] = "enable-webgl-draft-extensions"; |
+ |
} // namespace switches |