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.
[memories] Use
base::FeatureParam
s and add persist params.
- Replace the param getters & char literals with `base::FeatureParam`s. - Add "MemoriesMaxDaysToCluster" and "MemoriesMaxDaysToCluster" params to be used in a followup CL persisting clusters. - Renames the "MemoriesStoreVisitsInHistoryDb" param to "MemoriesPersistContextAnnotationsInHistoryDb" to more precisely reflect what's being persisted and allow us to later add a similar param for content annotations. - Rename the helper `RemoteModelEndpointForDebugging()` to `RemoteModelEndpoint()` to be consistent with its param name & value. - Rename the helper `ExperimentNameForRemoteModelEndpoint()` to param `kRemoteModelEndpointExperimentName` to be consistent with its param value. - Remove the helper `DebugLoggingEnabled()` and always enable its effects, since it was effectively always enabled. Bug: 1184879, 1171352 Change-Id: I755c81e34a69b1f1becbd2964b15aabcc3673b51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2869831 Commit-Queue: manuk hovanesian <manukh@chromium.org> Reviewed-by: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#880543}
- Loading branch information
manukh
authored and
Chromium LUCI CQ
committed
May 7, 2021
1 parent
a4754ce
commit 4aa2526
Showing
7 changed files
with
68 additions
and
57 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
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
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