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

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: Nit fix 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/options2/password_manager.js ('k') | chrome/browser/resources/plugins.js » ('j') | 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 89a77e54b3a066e6c9f08308a9ae6f6812fbd8fa..169f45067fb93a7e93153fa1b242d9da7bc317bc 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">
+</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>
« no previous file with comments | « chrome/browser/resources/options2/password_manager.js ('k') | chrome/browser/resources/plugins.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698