Files.app: Added shortcut keys to zoom the Files.app.

This CL added the zoom function to FileBrowserPrivateAPI and added shortcut keys
to zoom Files.app by using the API function.

BUG=251002
TEST=manually
[email protected], [email protected]

Review URL: https://codereview.chromium.org/17546003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208249 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 34a37b4..80e91206 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -555,6 +555,7 @@
   EXPERIMENTAL_INPUT_VIRTUALKEYBOARD_INSERTTEXT,
   DIAGNOSTICS_SENDPACKET,
   METRICSPRIVATE_GETFIELDTRIAL,
+  FILEBROWSERPRIVATE_ZOOM,
   ENUM_BOUNDARY // Last entry: Add new entries above.
 };