summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-13 21:46:34 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-13 21:46:34 +0000
commit8ee6bddfcace80700dda6ac069fbe655cbff10a2 (patch)
treea9f850824dfd8c7e5cc4689e5590de87ed511eaa /chrome/browser
parent081021bcfa1685a26cb34f4c40117fc73a4fb80a (diff)
downloadchromium_src-8ee6bddfcace80700dda6ac069fbe655cbff10a2.zip
chromium_src-8ee6bddfcace80700dda6ac069fbe655cbff10a2.tar.gz
chromium_src-8ee6bddfcace80700dda6ac069fbe655cbff10a2.tar.bz2
Hide the "show full history" link when editing the thumbnails.
BUG=11330 TEST=Go to the NTP and click "Remove thumbnails". This should hide the "Show full history" link. Review URL: http://codereview.chromium.org/112020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/resources/new_tab.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_tab.html b/chrome/browser/resources/new_tab.html
index 5daf5c5..271bc35 100644
--- a/chrome/browser/resources/new_tab.html
+++ b/chrome/browser/resources/new_tab.html
@@ -432,7 +432,7 @@ document.addEventListener('DOMContentLoaded', handleDOMContentLoaded);
<span jscontent="restorethumbnails"></span></a>
<a href="#"
jsvalues="href:showhistoryurl"
- class="manage">
+ class="manage non-edit-visible">
<span jscontent="showhistory"></span> &raquo;</a>
</div>
</td>