Chromium Code Reviews| Index: chrome/browser/resources/plugins.html |
| diff --git a/chrome/browser/resources/plugins.html b/chrome/browser/resources/plugins.html |
| index 89a77e54b3a066e6c9f08308a9ae6f6812fbd8fa..e16291779b74dd8025509feb9e3ba7e5fab90ee1 100644 |
| --- a/chrome/browser/resources/plugins.html |
| +++ b/chrome/browser/resources/plugins.html |
| @@ -4,6 +4,10 @@ |
| <meta charset="utf-8"> |
| <title i18n-content="pluginsTitle"></title> |
| <link rel="stylesheet" href="plugins.css"/> |
| +<if expr="pp_ifdef('chromeos')"> |
| + <link rel="stylesheet" |
| + href="chrome://resources/css/chromeos/ui_account_tweaks.css"> |
|
James Hawkins
2012/04/13 03:39:24
nit: Indentation is off. Should be 4 spaces from
|
| +</if> |
| </head> |
| <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| <div id="body-container" style="visibility:hidden"> |
| @@ -116,7 +120,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 +168,7 @@ |
| </div> |
| </div> |
| </div> |
| - <div class="plugin-actions"> |
| + <div class="plugin-actions" guest-visibility="disabled"> |
| <span> |
| <a |
| class="disable-group-link" |
| @@ -199,8 +203,12 @@ |
| <script src="chrome://resources/js/util.js"></script> |
| <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> |