Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1861)

Unified Diff: content/renderer/web_preferences.cc

Issue 292983005: Removed privileged WebGL extension flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/web_preferences.cc
diff --git a/content/renderer/web_preferences.cc b/content/renderer/web_preferences.cc
index 865f4a8c823a886becec4615ccad43285ee44145..db1159e96e8c8b3f96a44fa23a5585f1036b38b5 100644
--- a/content/renderer/web_preferences.cc
+++ b/content/renderer/web_preferences.cc
@@ -183,11 +183,6 @@ void ApplyWebPreferences(const WebPreferences& prefs, WebView* web_view) {
// Disable GL multisampling if requested on command line.
settings->setOpenGLMultisamplingEnabled(prefs.gl_multisampling_enabled);
- // Enable privileged WebGL extensions for Chrome extensions or if requested
- // on command line.
- settings->setPrivilegedWebGLExtensionsEnabled(
- prefs.privileged_webgl_extensions_enabled);
-
// Enable WebGL errors to the JS console if requested.
settings->setWebGLErrorsToConsoleEnabled(
prefs.webgl_errors_to_console_enabled);
« no previous file with comments | « content/public/common/content_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698