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

Unified Diff: components/offline_pages/client_policy_controller.cc

Issue 2111653002: [Offline Pages] Adding metadatas for namespace async_loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing tests. Created 4 years, 5 months 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.cc
diff --git a/components/offline_pages/client_policy_controller.cc b/components/offline_pages/client_policy_controller.cc
index 6f379dbecfcbe98e8e398f6bc9908f015c02c36a..7adf46cf451ddb1a4e86fe8728dae28bc9651274 100644
--- a/components/offline_pages/client_policy_controller.cc
+++ b/components/offline_pages/client_policy_controller.cc
@@ -24,6 +24,10 @@ ClientPolicyController::ClientPolicyController() {
kLastNNamespace, MakePolicy(kLastNNamespace, LifetimeType::TEMPORARY,
base::TimeDelta::FromDays(2), kUnlimitedPages,
kUnlimitedPages)));
+ policies_.insert(std::make_pair(
+ kAsyncNamespace, MakePolicy(kAsyncNamespace, LifetimeType::PERSISTENT,
+ base::TimeDelta::FromDays(2), kUnlimitedPages,
+ kUnlimitedPages)));
// Fallback policy.
policies_.insert(std::make_pair(
kDefaultNamespace, MakePolicy(kDefaultNamespace, LifetimeType::TEMPORARY,
« no previous file with comments | « components/offline_pages/client_namespace_constants.cc ('k') | components/offline_pages/client_policy_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698