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

Unified Diff: components/offline_pages/core/offline_page_storage_manager.h

Issue 2889663004: [DO NOT COMMIT][Offline Pages] Moving Offline Page Cache to cache directory.
Patch Set: again? Created 3 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: components/offline_pages/core/offline_page_storage_manager.h
diff --git a/components/offline_pages/core/offline_page_storage_manager.h b/components/offline_pages/core/offline_page_storage_manager.h
index 7b206c7ed02ee4d450ca344ab056b0ae5177ed64..91842bf6465dca9efebf1b722c0587112633987c 100644
--- a/components/offline_pages/core/offline_page_storage_manager.h
+++ b/components/offline_pages/core/offline_page_storage_manager.h
@@ -41,9 +41,9 @@ struct constants {
class ClientPolicyController;
class OfflinePageModel;
-// This class is used for storage management of offline pages. It provides
-// a ClearPagesIfNeeded method which is used to clear outdated offline pages
-// based on last_access_time and lifetime policy of its namespace.
+// This class is used for storage management of cached offline pages. It
+// provides a ClearPagesIfNeeded method which is used to clear outdated offline
+// pages based on last_access_time and lifetime policy of its namespace.
// It has its own throttle mechanism so calling the method would not be
// guaranteed to clear the pages immediately.
//

Powered by Google App Engine
This is Rietveld 408576698