From 2a991c4018e1b0dd61d805c9c22e0794094bdcb3 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 24 Oct 2017 14:01:55 -0400 Subject: [PATCH] Update to Chromium version 62.0.3202.62 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/browser_plugin_guest_1565.patch | 16 ++++++------- patch/patches/component_build_1617.patch | 4 ++-- patch/patches/content_1129_2015.patch | 24 +++++++++---------- patch/patches/extensions_1947.patch | 6 ++--- .../net_security_expiration_1994.patch | 4 ++-- patch/patches/prefs_content_1161.patch | 10 ++++---- ...views_widget_180_1481_1565_1677_1749.patch | 12 +++++----- patch/patches/web_contents_1257_1565.patch | 10 ++++---- patch/patches/webkit_popups.patch | 2 +- patch/patches/webview_plugin_2020.patch | 2 +- 11 files changed, 46 insertions(+), 46 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 1e24c6e47..56fbeb6f5 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,5 +7,5 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/62.0.3202.9', + 'chromium_checkout': 'refs/tags/62.0.3202.62', } diff --git a/patch/patches/browser_plugin_guest_1565.patch b/patch/patches/browser_plugin_guest_1565.patch index 6881aad9d..0767861e2 100644 --- a/patch/patches/browser_plugin_guest_1565.patch +++ b/patch/patches/browser_plugin_guest_1565.patch @@ -1,5 +1,5 @@ diff --git content/browser/browser_plugin/browser_plugin_guest.cc content/browser/browser_plugin/browser_plugin_guest.cc -index 13e452c2b72b..3feca359d649 100644 +index abeb583eae52..bbdfdb13bcf4 100644 --- content/browser/browser_plugin/browser_plugin_guest.cc +++ content/browser/browser_plugin/browser_plugin_guest.cc @@ -345,8 +345,11 @@ void BrowserPluginGuest::InitInternal( @@ -15,7 +15,7 @@ index 13e452c2b72b..3feca359d649 100644 // Once a BrowserPluginGuest has an embedder WebContents, it's considered to // be attached. -@@ -843,10 +846,19 @@ void BrowserPluginGuest::OnWillAttachComplete( +@@ -841,10 +844,19 @@ void BrowserPluginGuest::OnWillAttachComplete( static_cast(GetWebContents()->GetView()); if (!web_contents()->GetRenderViewHost()->GetWidget()->GetView()) { web_contents_view->CreateViewForWidget( @@ -79,10 +79,10 @@ index e4401f85bf3f..20b85609a23f 100644 // Creates a new View that holds a popup and receives messages for it. virtual RenderWidgetHostViewBase* CreateViewForPopupWidget( diff --git content/browser/web_contents/web_contents_view_aura.cc content/browser/web_contents/web_contents_view_aura.cc -index f407726a437e..0efc406c949f 100644 +index 53ad9c8cb390..0fb7dc54d5b6 100644 --- content/browser/web_contents/web_contents_view_aura.cc +++ content/browser/web_contents/web_contents_view_aura.cc -@@ -833,7 +833,8 @@ void WebContentsViewAura::CreateView( +@@ -834,7 +834,8 @@ void WebContentsViewAura::CreateView( } RenderWidgetHostViewBase* WebContentsViewAura::CreateViewForWidget( @@ -92,7 +92,7 @@ index f407726a437e..0efc406c949f 100644 if (render_widget_host->GetView()) { // During testing, the view will already be set up in most cases to the // test view, so we don't want to clobber it with a real one. To verify that -@@ -845,6 +846,7 @@ RenderWidgetHostViewBase* WebContentsViewAura::CreateViewForWidget( +@@ -846,6 +847,7 @@ RenderWidgetHostViewBase* WebContentsViewAura::CreateViewForWidget( render_widget_host->GetView()); } @@ -221,10 +221,10 @@ index 12675d077c8a..46db5596618e 100644 RenderWidgetHost* render_widget_host) override; void SetPageTitle(const base::string16& title) override; diff --git content/browser/web_contents/web_contents_view_mac.mm content/browser/web_contents/web_contents_view_mac.mm -index a9111f9d9cef..33d5eea2cbb9 100644 +index 92b48b711636..2c5d29c3cdd0 100644 --- content/browser/web_contents/web_contents_view_mac.mm +++ content/browser/web_contents/web_contents_view_mac.mm -@@ -352,7 +352,8 @@ void WebContentsViewMac::CreateView( +@@ -353,7 +353,8 @@ void WebContentsViewMac::CreateView( } RenderWidgetHostViewBase* WebContentsViewMac::CreateViewForWidget( @@ -234,7 +234,7 @@ index a9111f9d9cef..33d5eea2cbb9 100644 if (render_widget_host->GetView()) { // During testing, the view will already be set up in most cases to the // test view, so we don't want to clobber it with a real one. To verify that -@@ -364,6 +365,7 @@ RenderWidgetHostViewBase* WebContentsViewMac::CreateViewForWidget( +@@ -365,6 +366,7 @@ RenderWidgetHostViewBase* WebContentsViewMac::CreateViewForWidget( render_widget_host->GetView()); } diff --git a/patch/patches/component_build_1617.patch b/patch/patches/component_build_1617.patch index 056bd3f70..3117538f3 100644 --- a/patch/patches/component_build_1617.patch +++ b/patch/patches/component_build_1617.patch @@ -1,8 +1,8 @@ diff --git chrome/browser/ui/BUILD.gn chrome/browser/ui/BUILD.gn -index 97c769cdf483..78d9db9d084e 100644 +index d207627330a3..66c32686f98a 100644 --- chrome/browser/ui/BUILD.gn +++ chrome/browser/ui/BUILD.gn -@@ -489,6 +489,7 @@ split_static_library("ui") { +@@ -493,6 +493,7 @@ split_static_library("ui") { "//chrome/browser/ui/webui/usb_internals:mojo_bindings", "//chrome/common", "//chrome/common:search_mojom", diff --git a/patch/patches/content_1129_2015.patch b/patch/patches/content_1129_2015.patch index ef34d8fba..a08b0fc6e 100644 --- a/patch/patches/content_1129_2015.patch +++ b/patch/patches/content_1129_2015.patch @@ -1,8 +1,8 @@ diff --git chrome/browser/download/download_target_determiner.cc chrome/browser/download/download_target_determiner.cc -index faca8fe60751..cd96d66a5d8b 100644 +index d3677b9732ff..ac41dbec4e6b 100644 --- chrome/browser/download/download_target_determiner.cc +++ chrome/browser/download/download_target_determiner.cc -@@ -484,8 +484,8 @@ void IsHandledBySafePlugin(content::ResourceContext* resource_context, +@@ -477,8 +477,8 @@ void IsHandledBySafePlugin(content::ResourceContext* resource_context, content::PluginService* plugin_service = content::PluginService::GetInstance(); bool plugin_found = plugin_service->GetPluginInfo( @@ -108,7 +108,7 @@ index 2e4d0d9ac4cb..9bd0bf12ca88 100644 } diff --git content/browser/frame_host/render_frame_host_impl.cc content/browser/frame_host/render_frame_host_impl.cc -index 7e577c8395d7..96421d4f2d88 100644 +index a9c344c3cbee..78ad450cf104 100644 --- content/browser/frame_host/render_frame_host_impl.cc +++ content/browser/frame_host/render_frame_host_impl.cc @@ -370,9 +370,9 @@ void ForwardRequest(const char* service_name, @@ -305,10 +305,10 @@ index b654bf3c98b4..1b09cd3d0a23 100644 const std::string& mime_type, bool allow_wildcard, diff --git content/common/frame_messages.h content/common/frame_messages.h -index 7fcc51298b12..6cde762011c9 100644 +index cd68128c6167..6bb6ced10858 100644 --- content/common/frame_messages.h +++ content/common/frame_messages.h -@@ -1324,8 +1324,9 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_PepperStopsPlayback, +@@ -1329,8 +1329,9 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_PepperStopsPlayback, // Used to get the list of plugins. |main_frame_origin| is used to handle // exceptions for plugin content settings. @@ -319,7 +319,7 @@ index 7fcc51298b12..6cde762011c9 100644 url::Origin /* main_frame_origin */, std::vector /* plugins */) -@@ -1333,9 +1334,10 @@ IPC_SYNC_MESSAGE_CONTROL2_1(FrameHostMsg_GetPlugins, +@@ -1338,9 +1339,10 @@ IPC_SYNC_MESSAGE_CONTROL2_1(FrameHostMsg_GetPlugins, // type. If there is no matching plugin, |found| is false. // |actual_mime_type| is the actual mime type supported by the // found plugin. @@ -331,7 +331,7 @@ index 7fcc51298b12..6cde762011c9 100644 url::Origin /* main_frame_origin */, std::string /* mime_type */, bool /* found */, -@@ -1722,9 +1724,9 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_FindMatchRects_Reply, +@@ -1727,9 +1729,9 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_FindMatchRects_Reply, IPC_MESSAGE_ROUTED2(FrameHostMsg_GetNearestFindResult_Reply, int /* nfr_request_id */, float /* distance */) @@ -455,10 +455,10 @@ index 4f8478bfa87a..52471407518e 100644 virtual void FocusedNodeChanged(const blink::WebNode& node) {} diff --git content/renderer/render_frame_impl.cc content/renderer/render_frame_impl.cc -index 7fc594620793..9082ae71219f 100644 +index 7e546c27b671..11f88ec24b00 100644 --- content/renderer/render_frame_impl.cc +++ content/renderer/render_frame_impl.cc -@@ -2952,7 +2952,8 @@ blink::WebPlugin* RenderFrameImpl::CreatePlugin( +@@ -2959,7 +2959,8 @@ blink::WebPlugin* RenderFrameImpl::CreatePlugin( std::string mime_type; bool found = false; Send(new FrameHostMsg_GetPluginInfo( @@ -468,7 +468,7 @@ index 7fc594620793..9082ae71219f 100644 params.mime_type.Utf8(), &found, &info, &mime_type)); if (!found) return nullptr; -@@ -3258,6 +3259,8 @@ void RenderFrameImpl::FrameDetached(DetachType type) { +@@ -3265,6 +3266,8 @@ void RenderFrameImpl::FrameDetached(DetachType type) { void RenderFrameImpl::FrameFocused() { Send(new FrameHostMsg_FrameFocused(routing_id_)); @@ -477,7 +477,7 @@ index 7fc594620793..9082ae71219f 100644 } void RenderFrameImpl::WillCommitProvisionalLoad() { -@@ -5397,9 +5400,8 @@ WebNavigationPolicy RenderFrameImpl::DecidePolicyForNavigation( +@@ -5431,9 +5434,8 @@ WebNavigationPolicy RenderFrameImpl::DecidePolicyForNavigation( (!IsBrowserSideNavigationEnabled() || url != pending_navigation_params_->request_params.redirects[0])); @@ -489,7 +489,7 @@ index 7fc594620793..9082ae71219f 100644 // The handlenavigation API is deprecated and will be removed once // crbug.com/325351 is resolved. if (GetContentClient()->renderer()->HandleNavigation( -@@ -5412,7 +5414,6 @@ WebNavigationPolicy RenderFrameImpl::DecidePolicyForNavigation( +@@ -5446,7 +5448,6 @@ WebNavigationPolicy RenderFrameImpl::DecidePolicyForNavigation( } return blink::kWebNavigationPolicyIgnore; } diff --git a/patch/patches/extensions_1947.patch b/patch/patches/extensions_1947.patch index c0643f965..7990cc22b 100644 --- a/patch/patches/extensions_1947.patch +++ b/patch/patches/extensions_1947.patch @@ -1,5 +1,5 @@ diff --git content/browser/frame_host/render_frame_host_manager.cc content/browser/frame_host/render_frame_host_manager.cc -index 799d2925b21a..43f9173e5db2 100644 +index 22645479cadc..0c0e92f6ed72 100644 --- content/browser/frame_host/render_frame_host_manager.cc +++ content/browser/frame_host/render_frame_host_manager.cc @@ -1072,10 +1072,11 @@ bool RenderFrameHostManager::ShouldSwapBrowsingInstancesForNavigation( @@ -18,7 +18,7 @@ index 799d2925b21a..43f9173e5db2 100644 return true; } -@@ -1197,7 +1198,8 @@ RenderFrameHostManager::GetSiteInstanceForNavigation( +@@ -1214,7 +1215,8 @@ RenderFrameHostManager::GetSiteInstanceForNavigation( // Double-check that the new SiteInstance is associated with the right // BrowserContext. @@ -29,7 +29,7 @@ index 799d2925b21a..43f9173e5db2 100644 // If |new_instance| is a new SiteInstance for a subframe with an isolated // origin, set its process reuse policy so that such subframes are diff --git content/public/browser/content_browser_client.h content/public/browser/content_browser_client.h -index 507f728ffe5b..20c49cc25387 100644 +index 9e09d8dbfc35..6c0609aa4dbb 100644 --- content/public/browser/content_browser_client.h +++ content/public/browser/content_browser_client.h @@ -316,6 +316,13 @@ class CONTENT_EXPORT ContentBrowserClient { diff --git a/patch/patches/net_security_expiration_1994.patch b/patch/patches/net_security_expiration_1994.patch index 0448501c7..8d254771e 100644 --- a/patch/patches/net_security_expiration_1994.patch +++ b/patch/patches/net_security_expiration_1994.patch @@ -55,10 +55,10 @@ index b594cba1a6fc..285eae814c50 100644 } // namespace net diff --git net/http/transport_security_state.cc net/http/transport_security_state.cc -index 718c70b8f865..0973f4ac142c 100644 +index b8d57e4546f5..174b68e355c2 100644 --- net/http/transport_security_state.cc +++ net/http/transport_security_state.cc -@@ -1550,8 +1550,10 @@ void TransportSecurityState::ClearReportCachesForTesting() { +@@ -1526,8 +1526,10 @@ void TransportSecurityState::ClearReportCachesForTesting() { sent_expect_ct_reports_cache_.Clear(); } diff --git a/patch/patches/prefs_content_1161.patch b/patch/patches/prefs_content_1161.patch index b5328ffb1..b228b185c 100644 --- a/patch/patches/prefs_content_1161.patch +++ b/patch/patches/prefs_content_1161.patch @@ -1,5 +1,5 @@ diff --git content/public/common/common_param_traits_macros.h content/public/common/common_param_traits_macros.h -index 24302aa9a63b..ba5c08bf5892 100644 +index f0df22851a1c..422b001d8fd8 100644 --- content/public/common/common_param_traits_macros.h +++ content/public/common/common_param_traits_macros.h @@ -205,6 +205,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences) @@ -11,7 +11,7 @@ index 24302aa9a63b..ba5c08bf5892 100644 IPC_STRUCT_TRAITS_MEMBER(navigate_on_drag_drop) IPC_STRUCT_TRAITS_MEMBER(spatial_navigation_enabled) diff --git content/public/common/web_preferences.cc content/public/common/web_preferences.cc -index a9c7b7d8c3ae..7c9d26fb223f 100644 +index 528e7996e03c..797df36d9710 100644 --- content/public/common/web_preferences.cc +++ content/public/common/web_preferences.cc @@ -170,6 +170,7 @@ WebPreferences::WebPreferences() @@ -23,7 +23,7 @@ index a9c7b7d8c3ae..7c9d26fb223f 100644 record_whole_document(false), cookie_enabled(true), diff --git content/public/common/web_preferences.h content/public/common/web_preferences.h -index 1e24ea16ae51..2c4062d42992 100644 +index 1d4cf92e3471..5d84e907b378 100644 --- content/public/common/web_preferences.h +++ content/public/common/web_preferences.h @@ -191,6 +191,7 @@ struct CONTENT_EXPORT WebPreferences { @@ -35,10 +35,10 @@ index 1e24ea16ae51..2c4062d42992 100644 bool record_whole_document; diff --git content/renderer/render_view_impl.cc content/renderer/render_view_impl.cc -index 344e89232ca7..c74e5c5432ed 100644 +index 5f27dda43991..c149a53c1578 100644 --- content/renderer/render_view_impl.cc +++ content/renderer/render_view_impl.cc -@@ -1309,6 +1309,8 @@ void RenderViewImpl::ApplyWebPreferencesInternal( +@@ -1311,6 +1311,8 @@ void RenderViewImpl::ApplyWebPreferencesInternal( blink::WebView* web_view, CompositorDependencies* compositor_deps) { ApplyWebPreferences(prefs, web_view); diff --git a/patch/patches/views_widget_180_1481_1565_1677_1749.patch b/patch/patches/views_widget_180_1481_1565_1677_1749.patch index dd9037f26..bacd3a575 100644 --- a/patch/patches/views_widget_180_1481_1565_1677_1749.patch +++ b/patch/patches/views_widget_180_1481_1565_1677_1749.patch @@ -135,7 +135,7 @@ index f772f64d656e..7d13f9f81b6c 100644 return host ? host->GetAcceleratedWidget() : NULL; } diff --git ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc -index c332dc7e0a58..6be166492241 100644 +index e5b007cd0a4a..e9d5da995630 100644 --- ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc +++ ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc @@ -84,6 +84,7 @@ DesktopWindowTreeHostWin::DesktopWindowTreeHostWin( @@ -160,7 +160,7 @@ index c332dc7e0a58..6be166492241 100644 remove_standard_frame_ = params.remove_standard_frame; has_non_client_view_ = Widget::RequiresNonClientView(params.type); -@@ -825,11 +830,15 @@ void DesktopWindowTreeHostWin::HandleFrameChanged() { +@@ -829,11 +834,15 @@ void DesktopWindowTreeHostWin::HandleFrameChanged() { } void DesktopWindowTreeHostWin::HandleNativeFocus(HWND last_focused_window) { @@ -179,10 +179,10 @@ index c332dc7e0a58..6be166492241 100644 bool DesktopWindowTreeHostWin::HandleMouseEvent(const ui::MouseEvent& event) { diff --git ui/views/widget/desktop_aura/desktop_window_tree_host_win.h ui/views/widget/desktop_aura/desktop_window_tree_host_win.h -index 4ee4bb30a122..5441d5e8a2a5 100644 +index eb1205ee6a5e..0f45d7f89611 100644 --- ui/views/widget/desktop_aura/desktop_window_tree_host_win.h +++ ui/views/widget/desktop_aura/desktop_window_tree_host_win.h -@@ -265,6 +265,10 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin +@@ -271,6 +271,10 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin // True if the window should have the frame removed. bool remove_standard_frame_; @@ -427,10 +427,10 @@ index 163e4b54b033..58f594db5019 100644 if (native_widget_delegate->IsDialogBox()) { *style |= DS_MODALFRAME; diff --git ui/views/win/hwnd_message_handler.cc ui/views/win/hwnd_message_handler.cc -index 4af7811d64d9..7f8f08900ac1 100644 +index 9664c7462797..cdc173e50019 100644 --- ui/views/win/hwnd_message_handler.cc +++ ui/views/win/hwnd_message_handler.cc -@@ -2659,8 +2659,12 @@ LRESULT HWNDMessageHandler::HandleMouseEventInternal(UINT message, +@@ -2664,8 +2664,12 @@ LRESULT HWNDMessageHandler::HandleMouseEventInternal(UINT message, active_mouse_tracking_flags_ = 0; } else if (event.type() == ui::ET_MOUSEWHEEL) { // Reroute the mouse wheel to the window under the pointer if applicable. diff --git a/patch/patches/web_contents_1257_1565.patch b/patch/patches/web_contents_1257_1565.patch index dcbc1f33a..52b188064 100644 --- a/patch/patches/web_contents_1257_1565.patch +++ b/patch/patches/web_contents_1257_1565.patch @@ -1,5 +1,5 @@ diff --git content/browser/web_contents/web_contents_impl.cc content/browser/web_contents/web_contents_impl.cc -index 5b54c7614dcb..89addf197fae 100644 +index b46cec9804d1..998e8c7d12dc 100644 --- content/browser/web_contents/web_contents_impl.cc +++ content/browser/web_contents/web_contents_impl.cc @@ -1772,6 +1772,12 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) { @@ -23,7 +23,7 @@ index 5b54c7614dcb..89addf197fae 100644 if (browser_plugin_guest_ && !GuestMode::IsCrossProcessFrameGuest(this)) { view_.reset(new WebContentsViewGuest(this, browser_plugin_guest_.get(), -@@ -2343,6 +2350,15 @@ void WebContentsImpl::CreateNewWindow( +@@ -2350,6 +2357,15 @@ void WebContentsImpl::CreateNewWindow( create_params.renderer_initiated_creation = main_frame_route_id != MSG_ROUTING_NONE; @@ -39,7 +39,7 @@ index 5b54c7614dcb..89addf197fae 100644 WebContentsImpl* new_contents = NULL; if (!is_guest) { create_params.context = view_->GetNativeView(); -@@ -2372,7 +2388,7 @@ void WebContentsImpl::CreateNewWindow( +@@ -2379,7 +2395,7 @@ void WebContentsImpl::CreateNewWindow( // TODO(brettw): It seems bogus that we have to call this function on the // newly created object and give it one of its own member variables. new_view->CreateViewForWidget( @@ -48,7 +48,7 @@ index 5b54c7614dcb..89addf197fae 100644 } // Save the created window associated with the route so we can show it // later. -@@ -5534,7 +5550,7 @@ InterstitialPageImpl* WebContentsImpl::GetInterstitialForRenderManager() { +@@ -5541,7 +5557,7 @@ InterstitialPageImpl* WebContentsImpl::GetInterstitialForRenderManager() { void WebContentsImpl::CreateRenderWidgetHostViewForRenderManager( RenderViewHost* render_view_host) { RenderWidgetHostViewBase* rwh_view = @@ -73,7 +73,7 @@ index fa0afb545df9..d677b310e5ec 100644 WebContents::CreateParams::CreateParams(const CreateParams& other) = default; diff --git content/public/browser/web_contents.h content/public/browser/web_contents.h -index ddaf664254ab..ffec3b79332e 100644 +index 9c27ee5021de..fd34d821e0d4 100644 --- content/public/browser/web_contents.h +++ content/public/browser/web_contents.h @@ -68,9 +68,11 @@ class PageState; diff --git a/patch/patches/webkit_popups.patch b/patch/patches/webkit_popups.patch index 0eb34bd87..39e512cb3 100644 --- a/patch/patches/webkit_popups.patch +++ b/patch/patches/webkit_popups.patch @@ -50,7 +50,7 @@ index 7ea90b01b4c6..30e54df93efc 100644 TransformationMatrix device_emulation_transform_; diff --git third_party/WebKit/Source/core/page/ChromeClientImpl.cpp third_party/WebKit/Source/core/page/ChromeClientImpl.cpp -index 581b6b5b9538..14aec97bd676 100644 +index f29df35de114..11a980f1be27 100644 --- third_party/WebKit/Source/core/page/ChromeClientImpl.cpp +++ third_party/WebKit/Source/core/page/ChromeClientImpl.cpp @@ -776,7 +776,7 @@ PopupMenu* ChromeClientImpl::OpenPopupMenu(LocalFrame& frame, diff --git a/patch/patches/webview_plugin_2020.patch b/patch/patches/webview_plugin_2020.patch index 5426e16bb..54fdb3832 100644 --- a/patch/patches/webview_plugin_2020.patch +++ b/patch/patches/webview_plugin_2020.patch @@ -1,5 +1,5 @@ diff --git chrome/app/generated_resources.grd chrome/app/generated_resources.grd -index 97b732500593..899c6a710344 100644 +index 7a4995c2608f..3b83366d6372 100644 --- chrome/app/generated_resources.grd +++ chrome/app/generated_resources.grd @@ -5060,7 +5060,7 @@ Keep your key file in a safe place. You will need it to create new versions of y