Commit a259b706 authored by Boris Sazonov's avatar Boris Sazonov Committed by Commit Bot

[Signin][Mice] Expose MOBILE_IDENTITY_CONSISTENCY flag to Java

This CL exposes MobileIdentityConsistency to Java. It will be used in
subsequent CLs.

Bug: 936953
Change-Id: Iee987b29581109bd223795a507ae3ce7042f009e
Reviewed-on: https://chromium-review.googlesource.com/c/1495514Reviewed-by: default avatarDavid Roger <droger@chromium.org>
Commit-Queue: Boris Sazonov <bsazonov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636779}
parent 8b6334b3
...@@ -245,6 +245,7 @@ public abstract class ChromeFeatureList { ...@@ -245,6 +245,7 @@ public abstract class ChromeFeatureList {
public static final String SEARCH_ENGINE_PROMO_EXISTING_DEVICE = public static final String SEARCH_ENGINE_PROMO_EXISTING_DEVICE =
"SearchEnginePromo.ExistingDevice"; "SearchEnginePromo.ExistingDevice";
public static final String SEARCH_ENGINE_PROMO_NEW_DEVICE = "SearchEnginePromo.NewDevice"; public static final String SEARCH_ENGINE_PROMO_NEW_DEVICE = "SearchEnginePromo.NewDevice";
public static final String MOBILE_IDENTITY_CONSISTENCY = "MobileIdentityConsistency";
public static final String MODAL_PERMISSION_PROMPTS = "ModalPermissionPrompts"; public static final String MODAL_PERMISSION_PROMPTS = "ModalPermissionPrompts";
public static final String MODAL_PERMISSION_DIALOG_VIEW = "ModalPermissionDialogView"; public static final String MODAL_PERMISSION_DIALOG_VIEW = "ModalPermissionDialogView";
public static final String NEW_CONTACTS_PICKER = "NewContactsPicker"; public static final String NEW_CONTACTS_PICKER = "NewContactsPicker";
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "components/payments/core/features.h" #include "components/payments/core/features.h"
#include "components/previews/core/previews_features.h" #include "components/previews/core/previews_features.h"
#include "components/safe_browsing/features.h" #include "components/safe_browsing/features.h"
#include "components/signin/core/browser/account_consistency_method.h"
#include "components/subresource_filter/core/browser/subresource_filter_features.h" #include "components/subresource_filter/core/browser/subresource_filter_features.h"
#include "components/sync/driver/sync_driver_switches.h" #include "components/sync/driver/sync_driver_switches.h"
#include "components/translate/core/browser/translate_prefs.h" #include "components/translate/core/browser/translate_prefs.h"
...@@ -192,6 +193,7 @@ const base::Feature* kFeaturesExposedToJava[] = { ...@@ -192,6 +193,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&password_manager::features::kGooglePasswordManager, &password_manager::features::kGooglePasswordManager,
&password_manager::features::kPasswordsKeyboardAccessory, &password_manager::features::kPasswordsKeyboardAccessory,
&previews::features::kDataSaverLiteModeRebranding, &previews::features::kDataSaverLiteModeRebranding,
&signin::kMiceFeature,
&switches::kSyncSendTabToSelf, &switches::kSyncSendTabToSelf,
&translate::kTranslateAndroidManualTrigger, &translate::kTranslateAndroidManualTrigger,
&unified_consent::kUnifiedConsent, &unified_consent::kUnifiedConsent,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment