cef/patch/patches/gritsettings.patch
Marshall Greenblatt 5c79944b31 Update to Chromium revision d483fb77 (#474934)
- CefLifeSpanHandler::OnBeforePopup is now called on the UI thread.
- Remove CefBrowserSettings.javascript_open_windows which is no
  longer supported.
2017-06-02 05:55:23 -07:00

17 lines
512 B
Diff

diff --git tools/gritsettings/resource_ids tools/gritsettings/resource_ids
index 25abc65..04e8eab 100644
--- tools/gritsettings/resource_ids
+++ tools/gritsettings/resource_ids
@@ -371,4 +371,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],
+ },
}