diff --git a/app/generated_resources.grd b/app/generated_resources.grd
index 79b6b7b6147a..b6fe48dac55a 100644
--- a/app/generated_resources.grd
+++ b/app/generated_resources.grd
@@ -5935,6 +5935,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
Close
+
+ Close other tabs
+
Close tabs to the right
@@ -5979,6 +5982,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
Close
+
+ Close Other Tabs
+
Close Tabs to the Right
diff --git a/patches/chrome-VERSION.patch b/patches/chrome-VERSION.patch
index 38a784b17659..3266e79d57d5 100644
--- a/patches/chrome-VERSION.patch
+++ b/patches/chrome-VERSION.patch
@@ -1,12 +1,12 @@
diff --git a/chrome/VERSION b/chrome/VERSION
-index 628bbf0d999e7b263af28d18afdcaa8cdc67fefd..546dd103ce4c4f732367600b2e9373e13e996521 100644
+index 177739cfcedccfa03e317b6863f3466070a427b7..7262a5d9998a8c7711295d03833c35a23431c7f4 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=78
-MINOR=0
-BUILD=3904
--PATCH=97
+-PATCH=108
+MINOR=1
+BUILD=1
+PATCH=4
diff --git a/patches/content-browser-storage_partition_impl.cc.patch b/patches/content-browser-storage_partition_impl.cc.patch
index c5f98ee83f4e..3df4c5b0ad21 100644
--- a/patches/content-browser-storage_partition_impl.cc.patch
+++ b/patches/content-browser-storage_partition_impl.cc.patch
@@ -1,8 +1,8 @@
diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
-index c626801963afa375d2c9c971b5d48afb3e269c29..0913f037b048007dd3ead6e28075f925e0e0ba54 100644
+index 48f6bd6beddf406c66b31d9fca65fd2f6f4100fc..4c9b957e03f6db72187f57ce763b13b88c853587 100644
--- a/content/browser/storage_partition_impl.cc
+++ b/content/browser/storage_partition_impl.cc
-@@ -1705,6 +1705,7 @@ void StoragePartitionImpl::OnCanSendReportingReports(
+@@ -1708,6 +1708,7 @@ void StoragePartitionImpl::OnCanSendReportingReports(
bool allowed = permission_controller->GetPermissionStatus(
PermissionType::BACKGROUND_SYNC, origin_url,
origin_url) == blink::mojom::PermissionStatus::GRANTED;
@@ -10,7 +10,7 @@ index c626801963afa375d2c9c971b5d48afb3e269c29..0913f037b048007dd3ead6e28075f925
if (allowed)
origins_out.push_back(origin);
}
-@@ -1718,7 +1719,7 @@ void StoragePartitionImpl::OnCanSendDomainReliabilityUpload(
+@@ -1721,7 +1722,7 @@ void StoragePartitionImpl::OnCanSendDomainReliabilityUpload(
DCHECK(initialized_);
PermissionController* permission_controller =
BrowserContext::GetPermissionController(browser_context_);