We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d340a commit 1845e9dCopy full SHA for 1845e9d
chromium_src/ios/chrome/browser/shared/public/features/features.mm
@@ -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