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

Side by Side Diff: chrome/browser/flag_descriptions.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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 R"*(that the user can click on it to download the page later.)*"; 2063 R"*(that the user can click on it to download the page later.)*";
2064 2064
2065 const char kOfflinePagesSvelteConcurrentLoadingName[] = 2065 const char kOfflinePagesSvelteConcurrentLoadingName[] =
2066 "Enables concurrent background loading on svelte."; 2066 "Enables concurrent background loading on svelte.";
2067 2067
2068 const char kOfflinePagesSvelteConcurrentLoadingDescription[] = 2068 const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2069 "Enables concurrent background loading (or downloading) of pages on " 2069 "Enables concurrent background loading (or downloading) of pages on "
2070 "Android svelte (512MB RAM) devices. Otherwise, background loading will " 2070 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2071 "happen when the svelte device is idle."; 2071 "happen when the svelte device is idle.";
2072 2072
2073 const char kOfflinePagesLoadSignalCollectingName[] =
2074 "Enables collecting load timing data for offline page snapshots.";
2075
2076 const char kOfflinePagesLoadSignalCollectingDescription[] =
2077 "Enables loading completeness data collection while writing an offline "
2078 "page. This data is collected in the snapshotted offline page to allow "
2079 "data analysis to improve deciding when to make the offline snapshot.";
2080
2073 const char kOfflinePagesPrefetchingName[] = 2081 const char kOfflinePagesPrefetchingName[] =
2074 "Enables suggested offline pages to be prefetched."; 2082 "Enables suggested offline pages to be prefetched.";
2075 2083
2076 const char kOfflinePagesPrefetchingDescription[] = 2084 const char kOfflinePagesPrefetchingDescription[] =
2077 "Enables suggested offline pages to be prefetched, so useful content is " 2085 "Enables suggested offline pages to be prefetched, so useful content is "
2078 "available while offline."; 2086 "available while offline.";
2079 2087
2080 const char kOfflinePagesSharingName[] = "Enables offline pages to be shared."; 2088 const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2081 2089
2082 const char kOfflinePagesSharingDescription[] = 2090 const char kOfflinePagesSharingDescription[] =
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
2959 const char kEnableCopylessPasteDescription[] = 2967 const char kEnableCopylessPasteDescription[] =
2960 "Provide suggestions for text input, based on your recent context. For " 2968 "Provide suggestions for text input, based on your recent context. For "
2961 "example, if you looked at a restaurant website and switched to the Maps " 2969 "example, if you looked at a restaurant website and switched to the Maps "
2962 "app, the keyboard would offer the name of that restaurant as a suggestion " 2970 "app, the keyboard would offer the name of that restaurant as a suggestion "
2963 "to enter into the search bar. The data is indexed locally, and never sent " 2971 "to enter into the search bar. The data is indexed locally, and never sent "
2964 "to the server. It's disabled in incognito mode."; 2972 "to the server. It's disabled in incognito mode.";
2965 2973
2966 #endif // defined(OS_ANDROID) 2974 #endif // defined(OS_ANDROID)
2967 2975
2968 } // namespace flag_descriptions 2976 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/offline_pages/core/offline_page_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698