Skip to content

Commit 2126493

Browse files
caraittoChromium LUCI CQ
authored andcommitted
Remove impossible TODO
JsReplace() cannot be used, since more than 9 placeholders would be needed. JsReplace only supports $1 to $9. Change-Id: Ie3d8319944916f72342d2c6cd2614954a683387f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4780198 Reviewed-by: Maks Orlovich <[email protected]> Commit-Queue: Caleb Raitto <[email protected]> Cr-Commit-Position: refs/heads/main@{#1184194}
1 parent 698bbb3 commit 2126493

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/browser/interest_group/auction_runner_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ std::string MakeBidScript(const url::Origin& seller,
229229
const std::string& debug_loss_report_url = "",
230230
const std::string& debug_win_report_url = "",
231231
bool report_reject_reason = false) {
232-
// TODO(morlovich): Use JsReplace.
233232
constexpr char kBidScript[] = R"(
234233
const seller = "%s";
235234
const bid = %s;

0 commit comments

Comments
 (0)