Skip to content

Commit

Permalink
flags: replace TODO with bug reference
Browse files Browse the repository at this point in the history
Bug: None
Change-Id: Ia159aa0844f5473b0b7f360d9819919e93c45dbf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3103714
Reviewed-by: Avi Drissman <avi@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#913063}
  • Loading branch information
Elly Fong-Jones authored and Chromium LUCI CQ committed Aug 18, 2021
1 parent 53f9e8c commit 514cf8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/flags_ui/flags_test_helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ void EnsureFlagsAreListedInAlphabeticalOrder() {
FlagFile::kFlagNeverExpire);
}

// TODO(ellyjones): Does this / should this run on iOS as well?
// TODO(https://crbug.com/1241068): Call this from the iOS flags unittests once
// flag expiration is supported there.
void EnsureRecentUnexpireFlagsArePresent(
const base::span<const flags_ui::FeatureEntry>& entries,
int current_milestone) {
Expand Down

0 comments on commit 514cf8b

Please sign in to comment.