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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)
Patch Set: Merge changelist with tip of tree Created 3 years, 8 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/offline_pages/core/offline_page_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 0db8767031164478a72dcf126b9b460bfd891c1e..3dc6832046b27894982d24c1e07df50b2cd68d66 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2070,6 +2070,14 @@ const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
"Android svelte (512MB RAM) devices. Otherwise, background loading will "
"happen when the svelte device is idle.";
+const char kOfflinePagesLoadSignalCollectingName[] =
+ "Enables collecting load timing data for offline page snapshots.";
+
+const char kOfflinePagesLoadSignalCollectingDescription[] =
+ "Enables loading completeness data collection while writing an offline "
+ "page. This data is collected in the snapshotted offline page to allow "
+ "data analysis to improve deciding when to make the offline snapshot.";
+
const char kOfflinePagesPrefetchingName[] =
"Enables suggested offline pages to be prefetched.";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/offline_pages/core/offline_page_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698