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

Unified Diff: chrome/browser/resources/gpu_internals/info_view.html

Issue 10910026: Show about:sandbox status in the about:gpu page. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Show about:sandbox status in the about:gpu page. Created 8 years, 3 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
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>
« no previous file with comments | « chrome/browser/resources/gpu_internals/browser_bridge.js ('k') | chrome/browser/resources/gpu_internals/info_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698