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

Unified Diff: chrome/browser/resources/options2/content_settings.js

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
Index: chrome/browser/resources/options2/content_settings.js
diff --git a/chrome/browser/resources/options2/content_settings.js b/chrome/browser/resources/options2/content_settings.js
index cbde9507a3cf0eacb64e984e6cdbcebe6766cbc7..d124e55bff4e3d0b11ff923d6c8cf983b6e0d8b5 100644
--- a/chrome/browser/resources/options2/content_settings.js
+++ b/chrome/browser/resources/options2/content_settings.js
@@ -72,7 +72,7 @@ cr.define('options', function() {
}
if (cr.isChromeOS)
- AccountsOptions.applyGuestModeVisibility(document);
+ UIAccountTweaks.applyGuestModeVisibility(document);
// Cookies filter page ---------------------------------------------------
$('show-cookies-button').onclick = function(event) {
« no previous file with comments | « chrome/browser/resources/options2/chromeos/network_list.js ('k') | chrome/browser/resources/options2/language_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698