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

Unified Diff: chrome/browser/flag_descriptions.h

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.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 9e97ec7c9d7d892dd9a82f229e86008569aca074..84c8e8f2af153dc4607642e8e3f8760a3970095c 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 timing signals to improve
Dmitry Titov 2017/03/31 18:05:53 Unclear sentence... The signals will not only be
Pete Williamson 2017/03/31 21:58:04 Changed "load timing" to "load completeness"
+// 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