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

Unified Diff: chrome/browser/resources/options/chromeos_accounts_options.html

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: address comments 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/chromeos_accounts_options.html
diff --git a/chrome/browser/resources/options/chromeos_accounts_options.html b/chrome/browser/resources/options/chromeos_accounts_options.html
index 1ea4bdb20603d2dea828135761f0c64c9f8a830d..42b5f2e55a6bba633f477bc701f3332975fde7e0 100644
--- a/chrome/browser/resources/options/chromeos_accounts_options.html
+++ b/chrome/browser/resources/options/chromeos_accounts_options.html
@@ -2,6 +2,11 @@
<h1 i18n-content="accountsPage"></h1>
<section>
<div class="option">
+ <div id="ownerOnlyWarning" class="hidden">
+ <span id="warningIcon"></span>
arv (Not doing code reviews) 2010/12/21 18:57:26 Sorry I wasn't clear. I was suggesting putting the
+ <span i18n-content="owner_only"></span>
+ <span i18n-content="owner_user_id"></span>
+ </div>
<table class="option-control-table">
<tr>
<td class="option-name">

Powered by Google App Engine
This is Rietveld 408576698