| 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>
|
|
|