Skip to content

Commit

Permalink
78.0.3904.50 update
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Oct 16, 2019
1 parent 4dab70c commit 48f3202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
<part file="dom_distiller_strings.grdp" />
<part file="error_page_strings.grdp" />
<part file="find_in_page_strings.grdp" />
<part file="flags_strings.grdp" />
<part file="history_strings.grdp" />
<part file="login_dialog_strings.grdp" />
<part file="media_message_center_strings.grdp" />
Expand All @@ -222,7 +223,6 @@
<part file="security_interstitials_strings.grdp" />
<part file="security_state_strings.grdp" />
<part file="ssl_errors_strings.grdp" />
<part file="supervised_user_error_page_strings.grdp" />
<part file="sync_ui_strings.grdp" />
<part file="translate_strings.grdp" />
<part file="undo_strings.grdp" />
Expand Down
2 changes: 1 addition & 1 deletion app/settings_strings.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@
<message name="IDS_SETTINGS_SHOW_HOME_BUTTON" desc="Label for the checkbox which enables or disables showing the home button in the toolbar.">
Show home button
</message>
<message name="IDS_SETTINGS_SHOW_BOOKMARKS_BAR" desc="Label for the checkbox which enables or disables showing the bookmarks in the toolbar.">
<message name="IDS_SETTINGS_SHOW_BOOKMARKS_BAR" desc="Label for the checkbox which enables or disables showing the bookmarks bar in the toolbar.">
Show bookmarks
</message>
<message name="IDS_SETTINGS_HOME_PAGE_NTP" desc="Description of the New Tab Page when set as the home page.">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc
index 93867d7ea20fa8bd7a7fc783b3ad9808b502b48d..4dadcb55d25578c9b593e9803096f23386b3c75f 100644
index 9d6a177b942768d32f6f7a23d4efb6aff69f1337..c066ff4a4d195a22502640d7f2818b204cfd566a 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc
+++ b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc
@@ -491,7 +491,7 @@ BookmarkEditorView::CreateRootNode() {
Expand Down

0 comments on commit 48f3202

Please sign in to comment.