| Index: chrome/browser/resources/gpu_internals/info_view.html
|
| diff --git a/chrome/browser/resources/gpu_internals/info_view.html b/chrome/browser/resources/gpu_internals/info_view.html
|
| index 994acd81c4b60aadd44d708313ffde6f5eb7daf4..7e4daddaacdaf9a6732a0634c3cf55facc6ebe32 100644
|
| --- a/chrome/browser/resources/gpu_internals/info_view.html
|
| +++ b/chrome/browser/resources/gpu_internals/info_view.html
|
| @@ -6,13 +6,17 @@ found in the LICENSE file.
|
| <tabpanel id="info-view">
|
| <div>
|
| <h3>Graphics Feature Status</h3>
|
| - <ul class="feature-status-list">
|
| - </ul>
|
| + <ul class="feature-status-list"></ul>
|
| </div>
|
| +
|
| <div class='problems-div'>
|
| <h3>Problems Detected</h3>
|
| - <ul class="problems-list">
|
| - </ul>
|
| + <ul class="problems-list"></ul>
|
| + </div>
|
| +
|
| + <div>
|
| + <h3>Sandbox Status</h3>
|
| + <ul class="sandbox-status-list"></ul>
|
| </div>
|
|
|
| <div>
|
|
|