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

Side by Side Diff: chrome/browser/resources/options/info.svg

Issue 1813023002: Add a notice about other forms of history to the CBD dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_component
Patch Set: Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 48 48" fill="#000000"> 1 <svg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 48 48" fill="#757575">
Dan Beam 2016/03/18 22:48:39 there's some hack that allows you to use -webkit-i
msramek 2016/03/21 16:30:25 Interesting :) However, the source which diff fou
2 <path d="M0 0h48v48H0z" fill="none"/> 2 <path d="M0 0h48v48H0z" fill="none"/>
3 <path d="M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4 zm2 30h-4V22h4v12zm0-16h-4v-4h4v4z"/> 3 <path d="M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4 zm2 30h-4V22h4v12zm0-16h-4v-4h4v4z"/>
4 </svg> 4 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698