Show modal dialog to tell users that the profile is managed when it's the case.
Apps Developer Tools will close when the user close the dialog.

Here's a screenshot of the dialog.
http://i.imgur.com/aO03CqB.png

BUG=267679

Review URL: https://chromiumcodereview.appspot.com/23460005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220484 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
index 513aee4..edcdd52 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -617,6 +617,7 @@
   SYNCFILESYSTEM_GETSERVICESTATUS,
   ECHOPRIVATE_SETOFFERINFO,
   ECHOPRIVATE_GETOFFERINFO,
+  DEVELOPERPRIVATE_ISPROFILEMANAGED,
   ENUM_BOUNDARY // Last entry: Add new entries above.
 };