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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 296053004: Removed privledged and debug webgl extension handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/web/WebSettingsImpl.h ('k') | public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index b568ca3ffe26bd81c7130a0e898146fed18d356e..6a2b4b2dc2810a557cb5fd7663b46a66b068ed59 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -399,11 +399,6 @@ void WebSettingsImpl::setOpenGLMultisamplingEnabled(bool enabled)
m_settings->setOpenGLMultisamplingEnabled(enabled);
}
-void WebSettingsImpl::setPrivilegedWebGLExtensionsEnabled(bool enabled)
-{
- m_settings->setPrivilegedWebGLExtensionsEnabled(enabled);
-}
-
void WebSettingsImpl::setRenderVSyncNotificationEnabled(bool enabled)
{
m_renderVSyncNotificationEnabled = enabled;
« no previous file with comments | « Source/web/WebSettingsImpl.h ('k') | public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698