Skip to content

Commit

Permalink
Disable history sync datatype to fallback to typed urls datatype
Browse files Browse the repository at this point in the history
Fixes brave/brave-browser#32857

Related Chromium change:
https://source.chromium.org/chromium/chromium/src/+/874f434296a6d02c9a2adcc5c664aa7915bf8681

Enable SyncEnableHistoryDataType by default

Bug: 1318028
Change-Id: Iee7539bb25c41279f333558934a3438e51487a71
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4055561
  • Loading branch information
AlexeyBarabash committed Sep 8, 2023
1 parent 26ab3a1 commit c2b4bac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chromium_src/components/sync/base/features.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* Copyright (c) 2023 The Brave Authors. All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at https://mozilla.org/MPL/2.0/. */

#include "src/components/sync/base/features.cc"

#include "base/feature_override.h"

namespace syncer {

OVERRIDE_FEATURE_DEFAULT_STATES({{
{kSyncEnableHistoryDataType, base::FEATURE_DISABLED_BY_DEFAULT},
}});

} // namespace syncer

0 comments on commit c2b4bac

Please sign in to comment.