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

Side by Side Diff: components/resources/version_ui_scaled_resources.grdp

Issue 2726793004: [Resources] Use the new product logo in several places
Patch Set: Remove top margin on newtab logo Created 3 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 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <!-- These versions of the product logo have the "chrome/chromium" name alongs ide the logo. -->
3 <if expr="not _google_chrome"> 4 <if expr="not _google_chrome">
4 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="chromium /product_logo.png" /> 5 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_22" file=" chromium/product_logo_name_22.png" />
5 </if> 6 </if>
6 <if expr="_google_chrome"> 7 <if expr="_google_chrome">
7 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="google_c hrome/product_logo.png" /> 8 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_22" file=" google_chrome/product_logo_name_22.png" />
8 </if> 9 </if>
9 </grit-part> 10 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698