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

Unified Diff: chrome/browser/resources/options2/advanced_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/advanced_options.html
diff --git a/chrome/browser/resources/options2/advanced_options.html b/chrome/browser/resources/options2/advanced_options.html
index 93b1094854acb8e11cdf1ed00c64a2dc9273c59b..cf62dfe9412c512eb543c25391d322366dcca6c3 100644
--- a/chrome/browser/resources/options2/advanced_options.html
+++ b/chrome/browser/resources/options2/advanced_options.html
@@ -50,14 +50,14 @@
<span i18n-content="linkDoctorPref"></span>
</label>
</div>
- <div class="checkbox">
+ <div id="searchSuggestEnabledGroup" class="checkbox">
James Hawkins 2012/02/28 20:03:35 IDs use dash-form (even though this page hasn't be
Denis Kuznetsov (DE-MUC) 2012/02/29 08:41:43 Done.
<label>
<input id="searchSuggestEnabled" pref="search.suggest_enabled"
metric="Options_UseSuggestCheckbox" type="checkbox">
<span i18n-content="suggestPref"></span>
</label>
</div>
- <div class="checkbox">
+ <div id="dnsPrefetchingEnabledGroup" class="checkbox">
<label>
<input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled"
metric="Options_DnsPrefetchCheckbox" type="checkbox">

Powered by Google App Engine
This is Rietveld 408576698