commit | 1927037efe8fc7d1e4cc83070dfb8b064b0844f2 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 24 19:28:11 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 24 19:28:11 2013 |
tree | 0d5bad8c503dac34ee3332bc4b6082412807a6ac | |
parent | 31895a33a9574ace0e7e9e4649836d7b4171a5f4 [diff] [blame] |
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. };