Index: chrome/browser/resources/plugins.html |
diff --git a/chrome/browser/resources/plugins.html b/chrome/browser/resources/plugins.html |
index 9f6b195de07ae42c010f16f28c009077217ec739..c1c9765253ecc4385e0c6c8d241d7c98e3be792e 100644 |
--- a/chrome/browser/resources/plugins.html |
+++ b/chrome/browser/resources/plugins.html |
@@ -3,6 +3,7 @@ |
<head> |
<meta charset="utf-8"> |
<title i18n-content="pluginsTitle"></title> |
+<link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css"> |
Nikita (slow)
2012/04/06 12:36:09
I don't see a new code in chrome_shared2.css for t
Denis Kuznetsov (DE-MUC)
2012/04/09 11:21:30
chrome_shared2.css includes widgets.css that are a
Nikita (slow)
2012/04/09 12:18:49
Right but at the same time it affects few styles o
Denis Kuznetsov (DE-MUC)
2012/04/09 13:17:03
Done.
|
<link rel="stylesheet" href="plugins.css"/> |
</head> |
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
@@ -116,7 +117,7 @@ |
i18n-content="pluginDisabledByPolicy">(DISABLED_BY_POLICY)</span> |
<span jsdisplay="enabledMode == 'enabledByPolicy'" |
i18n-content="pluginEnabledByPolicy">(ENABLED_BY_POLICY)</span> |
- <span> |
+ <span guest-visibility="disabled"> |
<a |
class="disable-plugin-link" |
jsvalues=".path:path" |
@@ -164,7 +165,7 @@ |
</div> |
</div> |
</div> |
- <div class="plugin-actions"> |
+ <div class="plugin-actions" guest-visibility="disabled"> |
<span> |
<a |
class="disable-group-link" |
@@ -198,8 +199,12 @@ |
</div> |
<script src="chrome://plugins/plugins.js"></script> |
<script src="chrome://plugins/strings.js"></script> |
+<script src="chrome://resources/js/cr.js"></script> |
<script src="chrome://resources/js/i18n_template.js"></script> |
<script src="chrome://resources/js/i18n_process.js"></script> |
<script src="chrome://resources/js/jstemplate_compiled.js"></script> |
+<if expr="pp_ifdef('chromeos')"> |
+ <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> |
+</if> |
</body> |
</html> |