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

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

Issue 1396403004: Remove dependency on Finch experiment PasswordLinkInSettings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Java comment addressed Created 5 years, 2 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 194966e4f8115036790347876af2ac944e2be839..2c6aa9cda694a0174c3b40b038838f9e6ecf17ba 100644
--- a/components/password_manager/core/common/experiments.h
+++ b/components/password_manager/core/common/experiments.h
@@ -7,10 +7,6 @@
namespace password_manager {
-// Returns true if a link to the management website should be shown in
-// settings. Default is enabled.
-bool ManageAccountLinkExperimentEnabled();
-
// True iff the force-saving of passwords is enabled.
bool ForceSavingExperimentEnabled();

Powered by Google App Engine
This is Rietveld 408576698