Add an 'enableAppLauncher' function to the webstorePrivate API.

This is to enable an app launcher promo on the webstore.

[email protected],[email protected]
BUG=178936


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191921 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 7a808b21..a6e6023 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -499,6 +499,7 @@
   MEDIAGALLERIESPRIVATE_GETHANDLERS,
   WALLPAPERPRIVATE_RESETWALLPAPER,
   DEVELOPERPRIVATE_PERMISSIONS,
+  WEBSTOREPRIVATE_ENABLEAPPLAUNCHER,
   ENUM_BOUNDARY // Last entry: Add new entries above.
 };