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

Unified Diff: components/password_manager/core/common/experiments.cc

Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed import-complete dialog. Created 4 years, 9 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: components/password_manager/core/common/experiments.cc
diff --git a/components/password_manager/core/common/experiments.cc b/components/password_manager/core/common/experiments.cc
index b7399d716f55181b215687c4ee88099af8a93bc0..8f166a8b6e498a782e864e2fd71200d2b1c98060 100644
--- a/components/password_manager/core/common/experiments.cc
+++ b/components/password_manager/core/common/experiments.cc
@@ -18,4 +18,9 @@ bool ManualPasswordGenerationEnabled() {
password_manager::features::kEnableManualPasswordGeneration);
}
+bool ImportExportExperimentEnabled() {
vabr (Chromium) 2016/03/10 10:53:33 The call to base::FeatureList is so simple, that I
xunlu 2016/03/16 07:23:59 Done.
+ return base::FeatureList::IsEnabled(
+ password_manager::features::kEnablePasswordImportExport);
+}
+
} // namespace password_manager

Powered by Google App Engine
This is Rietveld 408576698