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

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 165107: NNTP: Add a menu item that allows the user to restore all blacklisted... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.html
===================================================================
--- chrome/browser/resources/new_new_tab.html (revision 22691)
+++ chrome/browser/resources/new_new_tab.html (working copy)
@@ -67,15 +67,19 @@
i18n-values="title:pagedisplaytooltip"></div>
<div id="option-menu" class="window-menu">
- <div section="THUMB" show="true" i18n-content="showthumbnails"
+ <div command="show" section="THUMB" i18n-content="showthumbnails"
style="display:none"></div>
- <div section="THUMB" show="false" i18n-content="hidethumbnails"></div>
- <div section="LIST" show="true" i18n-content="showlist"></div>
- <div section="LIST" show="false" i18n-content="hidelist"
+ <div command="hide" section="THUMB" i18n-content="hidethumbnails"></div>
+ <div command="show" section="LIST" i18n-content="showlist"></div>
+ <div command="hide" section="LIST" i18n-content="hidelist"
style="display:none"></div>
- <div section="RECENT" show="true" i18n-content="showrecentlyclosedtabs"
+ <div command="show" section="RECENT" i18n-content="showrecentlyclosedtabs"
style="display:none"></div>
- <div section="RECENT" show="false" i18n-content="hiderecentlyclosedtabs"></div>
+ <div command="hide" section="RECENT"
+ i18n-content="hiderecentlyclosedtabs"></div>
+ <hr>
+ <div command="clear-all-blacklisted"
+ i18n-content="restorethumbnails"></div>
</div>
<div id="notification">
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698