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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2068393002: Flag for Offline Page Sharing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index 1f19b85da1df694a6892a0d3e6ac613e592445ba..4bd86d77cd58d2b5fdf37ce1b6ad855e297e4aeb 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -39,6 +39,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kPhysicalWebFeature,
&kSystemDownloadManager,
&offline_pages::kOfflinePagesBackgroundLoadingFeature,
+ &offline_pages::kOfflinePagesSharingFeature,
jianli 2016/06/15 23:19:31 I don't think you need to add this unless you real
Vivian 2016/06/16 00:47:27 Done.
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698