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

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

Issue 2726793004: [Resources] Use the new product logo in several places
Patch Set: 200 percent too 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 <if expr="not _google_chrome"> 3 <if expr="not _google_chrome">
4 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="chromium /product_logo.png" /> 4 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="chromium /product_logo_name_22.png" />
5 </if> 5 </if>
6 <if expr="_google_chrome"> 6 <if expr="_google_chrome">
7 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="google_c hrome/product_logo.png" /> 7 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="google_c hrome/product_logo_name_22.png" />
8 </if> 8 </if>
9 </grit-part> 9 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698