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

Unified Diff: chrome/common/pref_names.cc

Issue 1986673002: [Offline Pages] Updated clearing logic in storage manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing trybots. Created 4 years, 7 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: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 733a2ae1c04229f7c78eb218fc0f6e649a54ae18..ab2c3d3e7742d2c3bc44a729239d9053f191fc79 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2176,4 +2176,9 @@ const char kMediaRouterFirstRunFlowAcknowledged[] =
"media_router.firstrunflow.acknowledged";
#endif
+#if BUILDFLAG(ANDROID_JAVA_UI)
+const char kOfflinePageStorageLastClearedTime[] =
+ "offline_page.storage.last_cleared_time";
+#endif
+
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698