Commit 46f90c3c authored by Becca Hughes's avatar Becca Hughes Committed by Chromium LUCI CQ

Disable reordering of Media Feed content

This is something that partners do not want.

Change-Id: I7baf54e36f541f6363b3ec9f61051714d213f09d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583073
Auto-Submit: Becca Hughes <beccahughes@chromium.org>
Commit-Queue: Tommy Steimel <steimel@chromium.org>
Reviewed-by: default avatarTommy Steimel <steimel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835911}
parent 98340787
......@@ -481,7 +481,7 @@ MediaHistoryFeedItemsTable::GetItems(
if (request.filter_by_type.has_value())
sql.push_back("AND type = ?");
sql.push_back("ORDER BY clicked ASC, shown_count ASC LIMIT ?");
sql.push_back("LIMIT ?");
// For each different query combination we should have an assign statement
// call that will generate a unique SQL_FROM_HERE value.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment