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

Unified Diff: chrome/browser/resources/options2/browser_options.html

Issue 9464053: Hide/Disable several (meaningless) options in Settings uber-page for Guest. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: No change picture button anymore Created 8 years, 10 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/browser_options.html
diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html
index ed5e7ff0a12648690eab3c07f466bcdf0450121b..73dca70495c04e14749e53adf113133e906b90d6 100644
--- a/chrome/browser/resources/options2/browser_options.html
+++ b/chrome/browser/resources/options2/browser_options.html
@@ -103,21 +103,23 @@
</div>
</if>
<div>
- <div class="checkbox">
+ <div id="toolbar-show-home-button-group" class="checkbox">
<label>
- <input id="toolbar-show-home-button" pref="browser.show_home_button"
- metric="Options_Homepage_HomeButton" type="checkbox">
- <span id="home-page-label"
- i18n-content="toolbarShowHomeButton"></span>
+ <input id="toolbar-show-home-button" pref="browser.show_home_button"
+ metric="Options_Homepage_HomeButton" type="checkbox">
+ <span id="home-page-label" for="toolbar-show-home-button"
+ i18n-content="toolbarShowHomeButton"></span>
</label>
<button id="change-home-page" i18n-content="changeHomePage"
class="link-button"></button>
</div>
- <div class="checkbox"><label>
+ <div id="bookmarkbar-show-on-all-tabs-group" class="checkbox">
+ <label>
<input type="checkbox" pref="bookmark_bar.show_on_all_tabs"
metric="Options_ShowBookmarksBar">
<span i18n-content="toolbarShowBookmarksBar"></span>
- </label></div>
+ </label>
+ </div>
<if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
<div class="checkbox"><label>
<input id="show-window-decorations" type="checkbox"
@@ -191,7 +193,7 @@
</div>
</div>
</section>
- <section>
+ <section id="users-section">
<h3 i18n-content="sectionTitleUsers"></h3>
<if expr="pp_ifdef('chromeos')">
<div id="sync-section">

Powered by Google App Engine
This is Rietveld 408576698