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

Unified Diff: chrome/browser/resources/uber/uber_frame.html

Issue 313363004: Separate Settings and Help from History and Extensions when settings-in- (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (no conflicts) Created 6 years, 6 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 | « chrome/browser/resources/uber/uber_frame.css ('k') | chrome/browser/resources/uber/uber_frame.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber_frame.html
diff --git a/chrome/browser/resources/uber/uber_frame.html b/chrome/browser/resources/uber/uber_frame.html
index 21ce88ed19dfc2f77a330f6370f727b193563427..2af3544321615b2a2d667bfbc41c70d573df9cae 100644
--- a/chrome/browser/resources/uber/uber_frame.html
+++ b/chrome/browser/resources/uber/uber_frame.html
@@ -16,19 +16,20 @@
<h1 i18n-content="shortProductName"></h1>
<ul>
- <li i18n-values="controls:historyHost;override:overridesHistory">
+ <li i18n-values="controls:historyHost;override:overridesHistory;
+ group:historyGroup" hidden>
<button class="custom-appearance"
i18n-content="historyDisplayName"></button>
</li>
- <li i18n-values="controls:extensionsHost">
+ <li i18n-values="controls:extensionsHost;group:extensionsGroup" hidden>
<button class="custom-appearance"
i18n-content="extensionsDisplayName"></button>
</li>
- <li i18n-values="controls:settingsHost">
+ <li i18n-values="controls:settingsHost;group:settingsGroup" hidden>
<button class="custom-appearance"
i18n-content="settingsDisplayName"></button>
</li>
- <li id="helpNavItem" i18n-values="controls:helpHost">
+ <li id="helpNavItem" i18n-values="controls:helpHost;group:helpGroup" hidden>
<button class="custom-appearance"
i18n-content="helpDisplayName"></button>
</li>
« no previous file with comments | « chrome/browser/resources/uber/uber_frame.css ('k') | chrome/browser/resources/uber/uber_frame.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698