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

Unified Diff: chrome/browser/resources/plugins.html

Issue 10103018: [WebUI] Fix chrome://plugins regression by changing template class name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « chrome/browser/resources/plugins.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/plugins.html
diff --git a/chrome/browser/resources/plugins.html b/chrome/browser/resources/plugins.html
index 169f45067fb93a7e93153fa1b242d9da7bc317bc..7f86c82c78abce0461da771761eb9e043e845d98 100644
--- a/chrome/browser/resources/plugins.html
+++ b/chrome/browser/resources/plugins.html
@@ -81,7 +81,7 @@
</div>
</div>
<div jsselect="plugin_files" class="plugin-details">
- <div class="showInTmiMode">
+ <div class="show-in-tmi-mode">
<div jsvalues=
".className:isPluginEnabled($this) ? 'plugin-file-enabled' : 'plugin-file-disabled'">
<div><table><tr>
« no previous file with comments | « chrome/browser/resources/plugins.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698