Add "Managed By.." menu item for Android

This CL add "Managed by your organization" menu item in the overflow
menu if the users is an enterprise user and the profile is managed by
the policies.

Bug: 997053
Change-Id: I7fc9d7ea091a9ebfc5c9b3a25be848888c29d58a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339280
Commit-Queue: Gang Wu <[email protected]>
Reviewed-by: Theresa  <[email protected]>
Cr-Commit-Position: refs/heads/master@{#796145}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 373a5b23..437503f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -6003,6 +6003,11 @@
      flag_descriptions::kAndroidDefaultBrowserPromoDescription, kOsAndroid,
      FEATURE_VALUE_TYPE(chrome::android::kAndroidDefaultBrowserPromo)},
 
+    {"android-managed-by-menu-item",
+     flag_descriptions::kAndroidManagedByMenuItemName,
+     flag_descriptions::kAndroidManagedByMenuItemDescription, kOsAndroid,
+     FEATURE_VALUE_TYPE(chrome::android::kAndroidManagedByMenuItem)},
+
     {"android-multiple-display", flag_descriptions::kAndroidMultipleDisplayName,
      flag_descriptions::kAndroidMultipleDisplayDescription, kOsAndroid,
      FEATURE_VALUE_TYPE(chrome::android::kAndroidMultipleDisplay)},