FIXUP: small edits for CI and string changes

This commit is contained in:
Brian Clifton
2024-11-27 13:51:46 +05:30
committed by Jagadesh P
parent b241d17618
commit ff3cb90d20
3 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -748,10 +748,10 @@
Could not sync Brave on your devices
</message>
<message name="IDS_SETTINGS_BRAVE_CUSTOM_SYNC_URL_TITLE" desc="Title for custom sync url">
Custom sync url
Custom sync URL
</message>
<message name="IDS_SETTINGS_ENTER_CUSTOM_SYNC_URL" desc="Input label for a custom sync url">
Enter custom sync url
Enter custom sync URL
</message>
<message name="IDS_SETTINGS_BRAVE_SYNC_MANAGER_TITLE" desc="Brave Sync manager title">
Sync Manager
+1
View File
@@ -37,6 +37,7 @@
#include "brave/components/ai_chat/core/common/features.h"
#include "brave/components/brave_sync/brave_sync_prefs.h"
#include "brave/components/brave_vpn/common/buildflags/buildflags.h"
#include "brave/components/brave_vpn/common/features.h"
#include "brave/components/brave_wallet/common/features.h"
#include "brave/components/commander/common/features.h"
#include "brave/components/commands/common/commands.mojom.h"
@@ -164,6 +164,7 @@ class BraveSyncServiceImplTest : public testing::Test {
raw_ptr<SyncServiceImplDelegateMock> sync_service_delegate_;
};
#if !BUILDFLAG(IS_ANDROID)
TEST_F(BraveSyncServiceImplTest, GroupPolicyOverride) {
pref_service()->SetManagedPref(brave_sync::kCustomSyncServiceUrl,
base::Value("https://sync.example.com/v2"));
@@ -184,6 +185,7 @@ TEST_F(BraveSyncServiceImplTest, GroupPolicyOverride) {
pref_service()->SetManagedPref(brave_sync::kCustomSyncServiceUrl,
base::Value(""));
}
#endif // !BUILDFLAG(IS_ANDROID)
TEST_F(BraveSyncServiceImplTest, GroupPolicyNonHttpsOverride) {
pref_service()->SetManagedPref(brave_sync::kCustomSyncServiceUrl,