From 0f6577b9e00a5ca950272c7875b709f406c717b5 Mon Sep 17 00:00:00 2001 From: uazo Date: Tue, 30 May 2023 18:35:26 +0000 Subject: [PATCH] AUTOMATED - git apply results --- build/patches/00Restore-LastTabStandingTracker.patch | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build/patches/00Restore-LastTabStandingTracker.patch b/build/patches/00Restore-LastTabStandingTracker.patch index 3eb8f6e5..59896563 100644 --- a/build/patches/00Restore-LastTabStandingTracker.patch +++ b/build/patches/00Restore-LastTabStandingTracker.patch @@ -6,15 +6,15 @@ Subject: Restore LastTabStandingTracker chrome/browser/BUILD.gn | 10 ++++ .../host_content_settings_map_factory.cc | 2 + .../permissions/last_tab_standing_tracker.cc | 59 +++++++++++++++++++ - .../permissions/last_tab_standing_tracker.h | 41 +++++++++++++ + .../permissions/last_tab_standing_tracker.h | 40 +++++++++++++ .../last_tab_standing_tracker_factory.cc | 35 +++++++++++ .../last_tab_standing_tracker_factory.h | 40 +++++++++++++ - .../last_tab_standing_tracker_observer.h | 25 ++++++++ + .../last_tab_standing_tracker_observer.h | 24 ++++++++ .../last_tab_standing_tracker_tab_helper.cc | 42 +++++++++++++ .../last_tab_standing_tracker_tab_helper.h | 37 ++++++++++++ ...hrome_browser_main_extra_parts_profiles.cc | 2 + chrome/browser/ui/tab_helpers.cc | 2 + - 11 files changed, 295 insertions(+) + 11 files changed, 293 insertions(+) create mode 100644 chrome/browser/permissions/last_tab_standing_tracker.cc create mode 100644 chrome/browser/permissions/last_tab_standing_tracker.h create mode 100644 chrome/browser/permissions/last_tab_standing_tracker_factory.cc @@ -130,7 +130,7 @@ diff --git a/chrome/browser/permissions/last_tab_standing_tracker.h b/chrome/bro new file mode 100644 --- /dev/null +++ b/chrome/browser/permissions/last_tab_standing_tracker.h -@@ -0,0 +1,41 @@ +@@ -0,0 +1,40 @@ +// Copyright 2020 The Chromium Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -171,7 +171,6 @@ new file mode 100644 +}; + +#endif // CHROME_BROWSER_PERMISSIONS_LAST_TAB_STANDING_TRACKER_H_ -+ diff --git a/chrome/browser/permissions/last_tab_standing_tracker_factory.cc b/chrome/browser/permissions/last_tab_standing_tracker_factory.cc new file mode 100644 --- /dev/null @@ -261,7 +260,7 @@ diff --git a/chrome/browser/permissions/last_tab_standing_tracker_observer.h b/c new file mode 100644 --- /dev/null +++ b/chrome/browser/permissions/last_tab_standing_tracker_observer.h -@@ -0,0 +1,25 @@ +@@ -0,0 +1,24 @@ +// Copyright 2020 The Chromium Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -286,7 +285,6 @@ new file mode 100644 +}; + +#endif // CHROME_BROWSER_PERMISSIONS_LAST_TAB_STANDING_TRACKER_OBSERVER_H_ -+ diff --git a/chrome/browser/permissions/last_tab_standing_tracker_tab_helper.cc b/chrome/browser/permissions/last_tab_standing_tracker_tab_helper.cc new file mode 100644 --- /dev/null