Skip to content

Commit 1845e9d

Browse files
committed
Uplift of #28113 (squashed) to release
1 parent 59d340a commit 1845e9d

File tree

1 file changed

+14
-0
lines changed
  • chromium_src/ios/chrome/browser/shared/public/features

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Copyright (c) 2025 The Brave Authors. All rights reserved.
2+
// This Source Code Form is subject to the terms of the Mozilla Public
3+
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
4+
// You can obtain one at https://mozilla.org/MPL/2.0/.
5+
6+
#import "ios/chrome/browser/shared/public/features/features.h"
7+
8+
#define IsTabGroupSyncEnabled IsTabGroupSyncEnabled_ChromiumImpl
9+
#include "src/ios/chrome/browser/shared/public/features/features.mm"
10+
#undef IsTabGroupSyncEnabled
11+
12+
bool IsTabGroupSyncEnabled() {
13+
return false;
14+
}

0 commit comments

Comments
 (0)