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

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

Issue 9582032: [uber page] Integrate history into uber page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/uber/uber_frame.html
===================================================================
--- chrome/browser/resources/uber/uber_frame.html (revision 124713)
+++ chrome/browser/resources/uber/uber_frame.html (working copy)
@@ -14,11 +14,14 @@
<h1 i18n-content="shortProductName"></h1>
<ul>
- <li i18n-content="settingsDisplayName" i18n-values="controls:settingsHost">
</li>
+ <li i18n-content="historyDisplayName"
+ i18n-values="controls:historyHost">
+ </li>
<li i18n-content="extensionsDisplayName"
i18n-values="controls:extensionsHost">
</li>
+ <li i18n-content="settingsDisplayName" i18n-values="controls:settingsHost">
<li id="helpNavItem" i18n-content="helpDisplayName"
i18n-values="controls:helpHost">
</li>

Powered by Google App Engine
This is Rietveld 408576698