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

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

Issue 886843002: options/guest mode: only hide the 'Show advanced settings...' link when (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: best Created 5 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index eb6b3b65caba017a2fa63d518f313cb19ed1db08..bd4138ee052c238884940628b545aa51786e6e30 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -997,7 +997,7 @@
</section>
</div> <!-- advanced-settings-container -->
</div> <!-- advanced-settings -->
- <footer>
+ <footer id="advanced-settings-footer">
Mike Lerman 2015/01/29 17:56:44 Why give the footer an id? Can't you jquery-select
Dan Beam 2015/01/29 20:07:15 $() is document.getElementById, not jQuery's sizzl
<a is="action-link" id="advanced-settings-expander"
i18n-content="showAdvancedSettings"></a>
</footer>
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698