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

Side by Side Diff: chrome/browser/ui/metro_driver/resources/VisualElementsManifest.xml

Issue 10875008: Integrate the Windows 8 code into the Chromium tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MAD Created 8 years, 4 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

Powered by Google App Engine
This is Rietveld 408576698