Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: components/offline_pages/client_policy_controller_unittest.cc

Issue 2481343003: Enable downloads UI for NTP-saved pages. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/offline_pages/client_policy_controller_unittest.cc
diff --git a/components/offline_pages/client_policy_controller_unittest.cc b/components/offline_pages/client_policy_controller_unittest.cc
index 75a9921f9ddff0c185f1636132cc86ac601e5bf8..787c4eca69f0eeec67df8a00ce6b62f66f049a55 100644
--- a/components/offline_pages/client_policy_controller_unittest.cc
+++ b/components/offline_pages/client_policy_controller_unittest.cc
@@ -95,7 +95,7 @@ TEST_F(ClientPolicyControllerTest, CheckNTPSuggestionsDefined) {
EXPECT_EQ(policy.name_space, kNTPSuggestionsNamespace);
EXPECT_FALSE(isTemporary(policy));
EXPECT_TRUE(controller()->IsRemovedOnCacheReset(kNTPSuggestionsNamespace));
- EXPECT_FALSE(controller()->IsSupportedByDownload(kNTPSuggestionsNamespace));
+ EXPECT_TRUE(controller()->IsSupportedByDownload(kNTPSuggestionsNamespace));
}
} // namespace offline_pages

Powered by Google App Engine
This is Rietveld 408576698