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

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

Issue 10883003: Extracted parts of http://codereview.chromium.org/10875008/ that must be dcommitted separately. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moving metro_driver files to /win8 Created 8 years, 3 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <Application
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <VisualElements
4 DisplayName="Chrome Browser"
5 Logo="Logo.png"
6 SmallLogo="SmallLogo.png"
7 ForegroundText="light"
8 BackgroundColor="white">
9 <DefaultTile
10 ShortName="ChromeBrowser"
11 ShowName="allLogos"
12 />
13 <SplashScreen
14 Image="splash-620x300.png"/>
15 </VisualElements>
16 </Application>
OLDNEW
« no previous file with comments | « win8/metro_driver/resources/SmallLogo.png ('k') | win8/metro_driver/resources/splash-620x300.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698