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

Unified Diff: chrome/browser/flag_descriptions.h

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
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index f2d0d03acbf3b034b253a2726480d95dee4c142c..b0bae0c2cd32ca6dd831fa6dee9ef91124a08728 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2260,6 +2260,14 @@ extern const char kOfflinePagesSvelteConcurrentLoadingName[];
// (512MB RAM) devices.
extern const char kOfflinePagesSvelteConcurrentLoadingDescription[];
+// Name for the flag to enable collecting load completeness signals to improve
+// prerendering snapshot timing.
+extern const char kOfflinePagesLoadSignalCollectingName[];
+
+// Description for the flag to enable collecting load timing signals to improve
+// prerendering snapshot timing.
+extern const char kOfflinePagesLoadSignalCollectingDescription[];
+
// Name for the flag to enable offline pages to be prefetched.
extern const char kOfflinePagesPrefetchingName[];
« no previous file with comments | « chrome/browser/android/offline_pages/prerendering_offliner_unittest.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698