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

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

Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 years, 5 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.h
diff --git a/components/password_manager/core/common/experiments.h b/components/password_manager/core/common/experiments.h
index d708a81910ccc14039d413761268cc19d374d4b2..94c2273f221345f7f603a35e8eedf35ac6db7329 100644
--- a/components/password_manager/core/common/experiments.h
+++ b/components/password_manager/core/common/experiments.h
@@ -14,6 +14,9 @@ bool ManageAccountLinkExperimentEnabled();
// True iff the force-saving of passwords is enabled.
bool ForceSavingExperimentEnabled();
+// Returns true if import/export functionality should be enbled.
+bool ImportExportExperimentEnabled();
+
} // namespace password_manager
#endif // COMPONENTS_PASSWORD_MANAGER_CORE_COMMON_EXPERIMENTS_H_

Powered by Google App Engine
This is Rietveld 408576698