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

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: final tweaks 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
« no previous file with comments | « chrome/browser/resources/uber/uber_frame.css ('k') | chrome/browser/ui/browser.cc » ('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
===================================================================
--- chrome/browser/resources/uber/uber_frame.html (revision 124713)
+++ chrome/browser/resources/uber/uber_frame.html (working copy)
@@ -14,11 +14,15 @@
<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>
« no previous file with comments | « chrome/browser/resources/uber/uber_frame.css ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698