Commit 676a125a authored by vitaliii's avatar vitaliii Committed by Commit bot

[NTP::PhysicalWeb] Do not show "More" button.

The PRD has been changed, so now we should not show the "More" button
in the Physical Web section.

BUG=674897

Review-Url: https://codereview.chromium.org/2590143002
Cr-Commit-Position: refs/heads/master@{#439761}
parent 58bd5e6b
......@@ -77,7 +77,7 @@ CategoryInfo PhysicalWebPageSuggestionsProvider::GetCategoryInfo(
return CategoryInfo(
base::ASCIIToUTF16("Physical web pages"),
ContentSuggestionsCardLayout::FULL_CARD,
/*has_more_action=*/true,
/*has_more_action=*/false,
/*has_reload_action=*/false,
/*has_view_all_action=*/false,
/*show_if_empty=*/false,
......
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