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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)
Patch Set: Dimich and DTrainor CR fixes Created 3 years, 9 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/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 63877eb6febaef5cfb98be3b192b88071265d96a..f3c22755528a7bf07434ce8aa07a3b305a927952 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2030,6 +2030,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.";
Dmitry Titov 2017/03/31 18:05:53 Same note as in .h file. I think we are not reall
Pete Williamson 2017/03/31 21:58:04 Changed to "Enables load completeness data colllec
+
+const char kOfflinePagesLoadSignalCollectingDescription[] =
+ "Enables load timing 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.";

Powered by Google App Engine
This is Rietveld 408576698