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

Unified Diff: chrome/browser/about_flags.cc

Issue 2480753003: Use a new flag to control showing "DOWNLOAD PAGE LATER" in error pages (Closed)
Patch Set: Update histogram for about unittest Created 4 years, 1 month 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 | « chrome/app/generated_resources.grd ('k') | components/error_page/common/localized_error.cc » ('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 22e746a3a4508e3b48728d7aea4a4d98319f9fde..7fe024545cb054dee6b469bd4693ad9e1452d4b5 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1647,6 +1647,10 @@ const FeatureEntry kFeatureEntries[] = {
{"offline-bookmarks", IDS_FLAGS_OFFLINE_BOOKMARKS_NAME,
IDS_FLAGS_OFFLINE_BOOKMARKS_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(offline_pages::kOfflineBookmarksFeature)},
+ {"offline-pages-async-download",
+ IDS_FLAGS_OFFLINE_PAGES_ASYNC_DOWNLOAD_NAME,
+ IDS_FLAGS_OFFLINE_PAGES_ASYNC_DOWNLOAD_DESCRIPTION, kOsAndroid,
+ FEATURE_VALUE_TYPE(offline_pages::kOfflinePagesAsyncDownloadFeature)},
{"offline-pages-background-loading",
IDS_FLAGS_OFFLINE_PAGES_BACKGROUND_LOADING_NAME,
IDS_FLAGS_OFFLINE_PAGES_BACKGROUND_LOADING_DESCRIPTION, kOsAndroid,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | components/error_page/common/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698