Commit cd73a227 authored by Alan Cutter's avatar Alan Cutter Committed by Commit Bot

Remove Google Docs web app icon

We must store this icon in a separate repository.

Bug: 1147692
Change-Id: I02ff6f5994ebf0b7e630c8109b01cc242ea10eec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2531595Reviewed-by: default avatarGlen Robertson <glenrob@chromium.org>
Reviewed-by: default avatarcalamity <calamity@chromium.org>
Commit-Queue: Alan Cutter <alancutter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827177}
parent 293b5ca2
...@@ -190,8 +190,6 @@ if (!is_android) { ...@@ -190,8 +190,6 @@ if (!is_android) {
defines = chrome_grit_defines defines = chrome_grit_defines
outputs = [ outputs = [
"grit/preinstalled_web_apps_resources.h", "grit/preinstalled_web_apps_resources.h",
"grit/preinstalled_web_apps_resources_map.cc",
"grit/preinstalled_web_apps_resources_map.h",
"preinstalled_web_apps_resources.pak", "preinstalled_web_apps_resources.pak",
] ]
output_dir = "$root_gen_dir/chrome" output_dir = "$root_gen_dir/chrome"
......
...@@ -4,15 +4,10 @@ ...@@ -4,15 +4,10 @@
<output filename="grit/preinstalled_web_apps_resources.h" type="rc_header"> <output filename="grit/preinstalled_web_apps_resources.h" type="rc_header">
<emit emit_type='prepend'></emit> <emit emit_type='prepend'></emit>
</output> </output>
<output filename="grit/preinstalled_web_apps_resources_map.cc"
type="resource_file_map_source" />
<output filename="grit/preinstalled_web_apps_resources_map.h"
type="resource_map_header" />
<output filename="preinstalled_web_apps_resources.pak" type="data_package" /> <output filename="preinstalled_web_apps_resources.pak" type="data_package" />
</outputs> </outputs>
<release seq="1"> <release seq="1">
<includes> <includes>
<include name="IDR_PREINSTALLED_WEB_APPS_GOOGLE_DOCS_ICON_192_PNG" file="google_docs_192.png" type="BINDATA" />
</includes> </includes>
</release> </release>
</grit> </grit>
...@@ -35,8 +35,7 @@ ExternalInstallOptions GetConfigForGoogleDocs() { ...@@ -35,8 +35,7 @@ ExternalInstallOptions GetConfigForGoogleDocs() {
GURL("https://docs.google.com/document/?usp=installed_webapp"); GURL("https://docs.google.com/document/?usp=installed_webapp");
info->scope = GURL("https://docs.google.com/document/"); info->scope = GURL("https://docs.google.com/document/");
info->display_mode = DisplayMode::kBrowser; info->display_mode = DisplayMode::kBrowser;
info->icon_bitmaps_any = // TODO(crbug.com/1147692): Use Google Docs icon.
LoadBundledIcons({IDR_PREINSTALLED_WEB_APPS_GOOGLE_DOCS_ICON_192_PNG});
return info; return info;
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment