Chromium Code Reviews| Index: chrome/browser/resources/gpu_internals/info_view.js |
| =================================================================== |
| --- chrome/browser/resources/gpu_internals/info_view.js (revision 80377) |
| +++ chrome/browser/resources/gpu_internals/info_view.js (working copy) |
| @@ -79,6 +79,10 @@ |
| { |
| description: 'Chrome version', |
| value: chromeVersion |
| + }, |
| + { |
| + description: 'Software rendering list version', |
|
nduca
2011/04/05 01:16:03
GPU database version?
|
| + value: this.clientInfo_.blacklist_version |
| }]); |
| } else { |
| this.setText_('client-info', '... loading...'); |