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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)
Patch Set: FGorski CR feedback 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 9e97ec7c9d7d892dd9a82f229e86008569aca074..2be6ffb2a81b77f4f08b8835933b3aa8226f71e0 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2216,6 +2216,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[];

Powered by Google App Engine
This is Rietveld 408576698