cef/patch/patches/gritsettings.patch
Marshall Greenblatt 6df612a597 Update to Chromium version 72.0.3615.0 (#609159)
- The |category| value for all TRACE calls from CEF client applications is now
  "cef.client" due to https://crrev.com/331266377d.
- The |with_menu_marker| parameter to CreateMenuButton has been removed due to
  https://crrev.com/7f7e382118.
2018-12-04 14:45:37 -05:00

17 lines
522 B
Diff

diff --git tools/gritsettings/resource_ids tools/gritsettings/resource_ids
index 95e9bf70c41e..e5e6a8bd5df6 100644
--- tools/gritsettings/resource_ids
+++ tools/gritsettings/resource_ids
@@ -429,4 +429,11 @@
# Please read the header and find the right section above instead.
# Resource ids starting at 31000 are reserved for projects built on Chromium.
+
+ "cef/libcef/resources/cef_resources.grd": {
+ "includes": [31500],
+ },
+ "cef/libcef/resources/cef_strings.grd": {
+ "messages": [32000],
+ },
}