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

Unified 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: Remove unneeded win7 sdk references from gyp files. 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/metro_driver/resources/VisualElementsManifest.xml
diff --git a/chrome/browser/ui/metro_driver/resources/VisualElementsManifest.xml b/chrome/browser/ui/metro_driver/resources/VisualElementsManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..e4ccd936724f4251cea86003a309094c9c0c1dad
--- /dev/null
+++ b/chrome/browser/ui/metro_driver/resources/VisualElementsManifest.xml
@@ -0,0 +1,16 @@
+<Application
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <VisualElements
+ DisplayName="Chrome Browser"
+ Logo="Logo.png"
+ SmallLogo="SmallLogo.png"
+ ForegroundText="light"
+ BackgroundColor="white">
+ <DefaultTile
+ ShortName="ChromeBrowser"
+ ShowName="allLogos"
+ />
+ <SplashScreen
+ Image="splash-620x300.png"/>
+ </VisualElements>
+</Application>

Powered by Google App Engine
This is Rietveld 408576698