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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/info.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/ic_info_black_18dp.svg b/chrome/browser/resources/options/info.svg
similarity index 85%
copy from third_party/WebKit/Source/devtools/front_end/Images/ic_info_black_18dp.svg
copy to chrome/browser/resources/options/info.svg
index b953ab6fcf51569e3143046383fd7d858d577a8d..e76e24766404d9f6bddba95e422fa1f63681e462 100644
--- a/third_party/WebKit/Source/devtools/front_end/Images/ic_info_black_18dp.svg
+++ b/chrome/browser/resources/options/info.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 48 48" fill="#000000">
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
+<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 48 48" fill="#757575">
<path d="M0 0h48v48H0z" fill="none"/>
<path d="M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm2 30h-4V22h4v12zm0-16h-4v-4h4v4z"/>
</svg>

Powered by Google App Engine
This is Rietveld 408576698