forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[search_engines] Stop making duplicate engines in ProcessSyncChanges()
This CL simplifies ProcessSyncChanges() to no longer attempt to uniquify keywords for engines. We can do that now because the preceding CL made Add() and Update() tolerant of engines with keyword conflicts: https://chromium-review.googlesource.com/c/chromium/src/+/2548160 The long explanation is here: go/chrome-search-engines-2020-improvements Bug: 1022775 Change-Id: If99d4d12510625b9474e4abfcb235c202f4911cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558911 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#832023}
- Loading branch information
Tommy Li
authored and
Chromium LUCI CQ
committed
Nov 30, 2020
1 parent
319669d
commit 81a1da0
Showing
3 changed files
with
105 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters