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

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

Issue 10006028: Plugins page in BWSI session has unnecessary and misleading UI components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More post-review fixes 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
Index: chrome/browser/resources/plugins.html
diff --git a/chrome/browser/resources/plugins.html b/chrome/browser/resources/plugins.html
index 89a77e54b3a066e6c9f08308a9ae6f6812fbd8fa..14292823d6f24ae0810c4ce1a1171ecf943d06fd 100644
--- a/chrome/browser/resources/plugins.html
+++ b/chrome/browser/resources/plugins.html
@@ -4,6 +4,9 @@
<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/10 18:26:54 80 cols.
Denis Kuznetsov (DE-MUC) 2012/04/11 13:51:14 Done.
+</if>
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div id="body-container" style="visibility:hidden">
@@ -116,7 +119,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 +167,7 @@
</div>
</div>
</div>
- <div class="plugin-actions">
+ <div class="plugin-actions" guest-visibility="disabled">
<span>
<a
class="disable-group-link"
@@ -199,8 +202,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>

Powered by Google App Engine
This is Rietveld 408576698