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

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

Issue 10919200: Revert 155078 - Show about:sandbox status in the about:gpu page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/resources/gpu_internals/info_view.html (revision 155871)
+++ chrome/browser/resources/gpu_internals/info_view.html (working copy)
@@ -6,20 +6,16 @@
<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>
<h3>Version Information</h3>
<div id="client-info"></div>
</div>
Property changes on: chrome/browser/resources/gpu_internals/info_view.html
___________________________________________________________________
Deleted: svn:mime-type
- text/html
« 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