Add a private API method to install a webstore app from Files.app

This patch is a part of the Webstore-Files.app integration (crbug.com/240152).

BUG=272245
TEST=manually tested

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220581 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 edcdd52..c9cec2e 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -618,6 +618,7 @@
   ECHOPRIVATE_SETOFFERINFO,
   ECHOPRIVATE_GETOFFERINFO,
   DEVELOPERPRIVATE_ISPROFILEMANAGED,
+  FILEBROWSERPRIVATE_INSTALLWEBSTOREITEM,
   ENUM_BOUNDARY // Last entry: Add new entries above.
 };