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

Unified Diff: chrome/browser/resources/shared/html/trash.html

Issue 9323052: uber extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/shared/html/trash.html
diff --git a/chrome/browser/resources/shared/html/trash.html b/chrome/browser/resources/shared/html/trash.html
index 6689d576e4974a41191f4150cd98b9679886d399..aad28ea7238380739762bf6515d079733f5877e5 100644
--- a/chrome/browser/resources/shared/html/trash.html
+++ b/chrome/browser/resources/shared/html/trash.html
@@ -1,4 +1,4 @@
-<div class="trash" role="button" tabindex="0">
+<button class="trash custom-appearance" tabindex="0">
Dan Beam 2012/02/04 02:18:04 if you remove the tabindex from the <div> it won't
Evan Stade 2012/02/04 02:35:50 actually I guess now that it's a button i don't ne
<span class="lid"></span>
<span class="can"></span>
-</div>
+</button>

Powered by Google App Engine
This is Rietveld 408576698