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

Unified Diff: chrome/browser/about_flags.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 | « no previous file | chrome/browser/android/offline_pages/prerendering_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index f5e8f573463fd4bb247028ed8c07f58643cb8223..ffd283ce19a8d581c8ffb39e209bd0d97f09bcc4 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1872,6 +1872,12 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kOfflinePagesAsyncDownloadName,
flag_descriptions::kOfflinePagesAsyncDownloadDescription, kOsAndroid,
FEATURE_VALUE_TYPE(offline_pages::kOfflinePagesAsyncDownloadFeature)},
+ {"offline-pages-load-signal-collecting",
+ flag_descriptions::kOfflinePagesLoadSignalCollectingName,
+ flag_descriptions::kOfflinePagesLoadSignalCollectingDescription,
+ kOsAndroid,
+ FEATURE_VALUE_TYPE(
+ offline_pages::kOfflinePagesLoadSignalCollectingFeature)},
{"offline-pages-sharing", flag_descriptions::kOfflinePagesSharingName,
flag_descriptions::kOfflinePagesSharingDescription, kOsAndroid,
FEATURE_VALUE_TYPE(offline_pages::kOfflinePagesSharingFeature)},
@@ -2608,10 +2614,8 @@ const FeatureEntry kFeatureEntries[] = {
#if defined(OS_CHROMEOS)
{"enable-zip-archiver-on-file-manager",
flag_descriptions::kEnableZipArchiverOnFileManagerName,
- flag_descriptions::kEnableZipArchiverOnFileManagerDescription,
- kOsCrOS,
- SINGLE_VALUE_TYPE(
- chromeos::switches::kEnableZipArchiverOnFileManager)},
+ flag_descriptions::kEnableZipArchiverOnFileManagerDescription, kOsCrOS,
+ SINGLE_VALUE_TYPE(chromeos::switches::kEnableZipArchiverOnFileManager)},
#endif // OS_CHROMEOS
#if defined(OS_ANDROID)
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/prerendering_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698