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

Side by Side Diff: win8/resources/chrome.VisualElementsManifest.xml

Issue 2073123003: Update Windows start menu art (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix sprintf Created 4 years, 6 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
« no previous file with comments | « win8/resources/SmallLogo.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- This is only meant to be copied by chrome.exe in developer builds. --> 1 <!-- This is only meant to be copied by chrome.exe in developer builds. -->
2 <Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 2 <Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <VisualElements 3 <VisualElements
4 BackgroundColor="#323232" 4 BackgroundColor="#212121"
5 ShowNameOnSquare150x150Logo="on" 5 ShowNameOnSquare150x150Logo="on"
6 ForegroundText="light" 6 ForegroundText="light"
7 Square150x150Logo="Logo.png" 7 Square150x150Logo="Logo.png"
8 Square70x70Logo="SmallLogo.png"/> 8 Square70x70Logo="SmallLogo.png"
9 Square44x44Logo="SmallLogo.png"/>
9 </Application> 10 </Application>
OLDNEW
« no previous file with comments | « win8/resources/SmallLogo.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698