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

Unified Diff: components/password_manager/core/browser/affiliation_utils.h

Issue 1065773006: Revert "Add experiment to exercise AffiliationService with dummy data, plus add related UMA histogr… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: components/password_manager/core/browser/affiliation_utils.h
diff --git a/components/password_manager/core/browser/affiliation_utils.h b/components/password_manager/core/browser/affiliation_utils.h
index b5b95463f267be2e6387dc4fc32f4b5f9bcc1130..a50c6c87c811dbf3cef522195d2d9a73f2813d69 100644
--- a/components/password_manager/core/browser/affiliation_utils.h
+++ b/components/password_manager/core/browser/affiliation_utils.h
@@ -185,14 +185,6 @@ bool IsAffiliationBasedMatchingEnabled(const base::CommandLine& command_line);
bool IsPropagatingPasswordChangesToWebCredentialsEnabled(
const base::CommandLine& command_line);
-// Returns whether or not affiliation requests for dummy facets should be
-// triggered as part of an experiment to exercise AffiliationService code before
-// users would get a chance to have any real Android-based credentials. If the
-// main feature is forced enabled/disabled via the command line, the experiment
-// is force enabled/disabled correspondingly.
-bool IsAffiliationRequestsForDummyFacetsEnabled(
- const base::CommandLine& command_line);
-
// For logging use only.
std::ostream& operator<<(std::ostream& os, const FacetURI& facet_uri);

Powered by Google App Engine
This is Rietveld 408576698