Skip to content

Commit

Permalink
FIXUP: small edits for CI and string changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton authored and jagadeshjai committed Nov 10, 2024
1 parent 49b377b commit 4c3ef66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/brave_settings_strings.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions browser/ui/webui/brave_settings_ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions components/sync/service/brave_sync_service_impl_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand All @@ -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,
Expand Down

0 comments on commit 4c3ef66

Please sign in to comment.