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

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

Issue 1877213003: [Smart Lock, UI] Fix dissapeared Auto-signin setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 c949f6ddaba348fd83dd040b744ffcd92b9871ca..535ac63f545bbddaac82e54a7cc80979546a0f84 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -13,6 +13,7 @@
#include "base/macros.h"
#include "chrome/common/chrome_features.h"
#include "components/offline_pages/offline_page_feature.h"
+#include "content/public/common/content_features.h"
#include "jni/ChromeFeatureList_jni.h"
using base::android::ConvertJavaStringToUTF8;
@@ -33,6 +34,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kPhysicalWebFeature,
&features::kSimplifiedFullscreenUI,
&offline_pages::kOfflinePagesBackgroundLoadingFeature,
+ &features::kCredentialManagementAPI,
Bernhard Bauer 2016/04/13 14:23:01 Can we order these alphabetically before it become
melandory 2016/04/14 11:23:01 Done.
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698