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

Unified Diff: chrome/browser/resources/options/about_page.js

Issue 5965003: Show warning text in the user settings page for non-owner users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/options/about_page.js
diff --git a/chrome/browser/resources/options/about_page.js b/chrome/browser/resources/options/about_page.js
index 8fc57a03f03abfe26a8f32cc5c729384d5223ed8..e7fd0aff04bf53db0632992ff0e6ba1d0a816e1e 100644
--- a/chrome/browser/resources/options/about_page.js
+++ b/chrome/browser/resources/options/about_page.js
@@ -154,7 +154,7 @@ cr.define('options', function() {
};
AboutPage.setUpdateImage = function(state) {
- $('updateIcon').className= 'update-icon ' + state;
kochi 2010/12/20 08:00:18 What is this change?
satorux1 2010/12/20 08:16:15 Good catch. This was an editing error. Fixed.
+
};
AboutPage.changeToRestartButton = function() {

Powered by Google App Engine
This is Rietveld 408576698