Index: ui/webui/resources/js/cr.js |
diff --git a/ui/webui/resources/js/cr.js b/ui/webui/resources/js/cr.js |
index a3d1263238642ed1d85e9709126cc0b50a1524fe..7fadc2aaf54f6a5cd3191afa24039ada5a96add8 100644 |
--- a/ui/webui/resources/js/cr.js |
+++ b/ui/webui/resources/js/cr.js |
@@ -327,12 +327,6 @@ this.cr = (function() { |
cr.isLinux = /Linux/.test(navigator.userAgent); |
/** |
- * Whether this uses GTK or not. |
- */ |
- cr.isGTK = typeof chrome.getVariableValue == 'function' && |
- /GTK/.test(chrome.getVariableValue('toolkit')); |
- |
- /** |
* Whether this uses the views toolkit or not. |
*/ |
cr.isViews = typeof chrome.getVariableValue == 'function' && |