Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 8faa5d06678b0200f74b9e8c5c4f55678af34cee..c232a8879e5bb20bd1ea05aa73851d10120d6ee0 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -857,4 +857,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 |