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

Unified 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, 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/resources/VisualElementsManifest.xml
diff --git a/win8/metro_driver/resources/VisualElementsManifest.xml b/win8/metro_driver/resources/VisualElementsManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..e4ccd936724f4251cea86003a309094c9c0c1dad
--- /dev/null
+++ b/win8/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>
« 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