Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Merge pull request #3836 from brave/tab_menu_model" #3874

Merged
merged 1 commit into from
Nov 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions app/brave_generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -640,22 +640,6 @@ By installing this extension, you are agreeing to the Google Widevine Terms of U
<message name="IDS_BRAVE_CRYPTO_WALLETS_SETUP" desc="Use Crypto Wallets">
SETUP
</message>
<if expr="not use_titlecase">
<message name="IDS_TAB_CXMENU_CLOSEOTHERTABS" desc="The label of the 'Close other tabs' Tab context menu item.">
Close other tabs
</message>
<message name="IDS_TAB_CXMENU_BOOKMARK_ALL_TABS" desc="The label of the tab context menu item for creating a bookmark folder containing an entry for each open tab.">
Bookmark all tabs...
</message>
</if>
<if expr="use_titlecase">
<message name="IDS_TAB_CXMENU_CLOSEOTHERTABS" desc="In Title Case: The label of the 'Close Other Tabs' Tab context menu item.">
Close Other Tabs
</message>
<message name="IDS_TAB_CXMENU_BOOKMARK_ALL_TABS" desc="In Title Case: The label of the tab context menu item for creating a bookmark folder containing an entry for each open tab.">
Bookmark All Tabs...
</message>
</if>
</messages>
<includes>
<include name="IDR_BRAVE_GOOGLE_ANALYTICS_POLYFILL" file="resources/js/google_analytics_polyfill.js" type="BINDATA" />
Expand Down
5 changes: 0 additions & 5 deletions browser/ui/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ source_set("ui") {
"content_settings/brave_content_setting_image_models.h",
"omnibox/brave_omnibox_client.cc",
"omnibox/brave_omnibox_client.h",
"tabs/brave_tab_menu_model.cc",
"tabs/brave_tab_menu_model.h",
"tabs/tab_menu_model_delegate_proxy.cc",
"tabs/tab_menu_model_delegate_proxy.h",
"toolbar/brave_app_menu_model.cc",
"toolbar/brave_app_menu_model.h",
"webui/brave_settings_ui.cc",
Expand Down Expand Up @@ -170,7 +166,6 @@ source_set("ui") {
"//chrome/common",
"//components/gcm_driver:gcm_buildflags",
"//components/prefs",
"//components/sessions",
"//content/public/browser",
"//content/public/common",
"//skia",
Expand Down
64 changes: 0 additions & 64 deletions browser/ui/tabs/brave_tab_menu_model.cc

This file was deleted.

43 changes: 0 additions & 43 deletions browser/ui/tabs/brave_tab_menu_model.h

This file was deleted.

124 changes: 0 additions & 124 deletions browser/ui/tabs/brave_tab_menu_model_browsertest.cc

This file was deleted.

Loading