summaryrefslogtreecommitdiffstats
path: root/win8/metro_driver/resources/chrome.VisualElementsManifest.xml
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2015-11-12 10:47:17 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-12 18:48:49 +0000
commit63a8d3b86b0f45d7c99c85ae57f45ba208254680 (patch)
tree712e06dfe8f1783e41e921c166ec42a3e5d64a04 /win8/metro_driver/resources/chrome.VisualElementsManifest.xml
parentc4d2f706ca387dcaca9ba719c6d7e08f570e4cea (diff)
downloadchromium_src-63a8d3b86b0f45d7c99c85ae57f45ba208254680.zip
chromium_src-63a8d3b86b0f45d7c99c85ae57f45ba208254680.tar.gz
chromium_src-63a8d3b86b0f45d7c99c85ae57f45ba208254680.tar.bz2
Fix small tile icon disappearing on Win10 10586
My best guess is that TH2 breaks the Metro path for VisualManifest for small icons (which is what we were using). Switching to the other (newer?) format seems to work. I'm not sure if this means that the Metro tile on maybe plain Win8 will be broken though. Any thoughts? Also, updated to new "flat" icons for the tiles (they're already in the icon resources, but we missed the tiles in the previous update I think). R=grt@chromium.org BUG=554439, 517654 Review URL: https://codereview.chromium.org/1441463002 Cr-Commit-Position: refs/heads/master@{#359345}
Diffstat (limited to 'win8/metro_driver/resources/chrome.VisualElementsManifest.xml')
-rw-r--r--win8/metro_driver/resources/chrome.VisualElementsManifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/win8/metro_driver/resources/chrome.VisualElementsManifest.xml b/win8/metro_driver/resources/chrome.VisualElementsManifest.xml
new file mode 100644
index 0000000..640ef97
--- /dev/null
+++ b/win8/metro_driver/resources/chrome.VisualElementsManifest.xml
@@ -0,0 +1,9 @@
+<!-- This is only meant to be copied by chrome.exe in developer builds. -->
+<Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <VisualElements
+ BackgroundColor="#323232"
+ ShowNameOnSquare150x150Logo="on"
+ ForegroundText="light"
+ Square150x150Logo="Logo.png"
+ Square70x70Logo="SmallLogo.png"/>
+</Application>