Skip to content

Commit

Permalink
Reverted PR#16478 (Display history sync diagnostic info)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash committed Sep 28, 2023
1 parent 5f3871d commit 43100dd
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 125 deletions.
9 changes: 0 additions & 9 deletions browser/about_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -842,15 +842,6 @@
kOsDesktop | kOsAndroid, \
FEATURE_VALUE_TYPE(translate::kTranslate), \
}, \
{ \
"brave-sync-history-diagnostics", \
"Enable Brave Sync History Diagnostics", \
"Brave Sync History Diagnostics flag displays additional sync " \
"related information on History page", \
kOsAll, \
FEATURE_VALUE_TYPE( \
brave_sync::features::kBraveSyncHistoryDiagnostics), \
}, \
{ \
"restrict-event-source-pool", \
"Restrict Event Source Pool", \
Expand Down
1 change: 0 additions & 1 deletion build/config/brave_build.gni
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import("//brave/components/content_settings/core/browser/sources.gni")
import("//brave/components/omnibox/browser/sources.gni")
import("//brave/components/search_engines/sources.gni")
import("//brave/components/sync/service/sources.gni")
import("//brave/components/sync/sources.gni")
import("//brave/components/sync_device_info/sources.gni")
import("//brave/components/update_client/sources.gni")
import("//brave/installer/linux/sources.gni")
Expand Down
86 changes: 0 additions & 86 deletions chromium_src/components/history/core/browser/history_backend.cc

This file was deleted.

9 changes: 0 additions & 9 deletions components/brave_sync/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,5 @@ namespace features {

BASE_FEATURE(kBraveSync, "BraveSync", base::FEATURE_ENABLED_BY_DEFAULT);

// When this feature is enabled through brave://flags it adds to history entry's
// title additional info for sync diagnostics:
// - whether history entry should be synced;
// - typed count;
// - page transition.
BASE_FEATURE(kBraveSyncHistoryDiagnostics,
"BraveSyncHistoryDiagnostics",
base::FEATURE_DISABLED_BY_DEFAULT);

} // namespace features
} // namespace brave_sync
2 changes: 0 additions & 2 deletions components/brave_sync/features.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ namespace features {

BASE_DECLARE_FEATURE(kBraveSync);

BASE_DECLARE_FEATURE(kBraveSyncHistoryDiagnostics);

} // namespace features
} // namespace brave_sync

Expand Down
6 changes: 0 additions & 6 deletions components/sync/sources.gni

This file was deleted.

12 changes: 0 additions & 12 deletions patches/components-sync-BUILD.gn.patch

This file was deleted.

0 comments on commit 43100dd

Please sign in to comment.