commit | ada24fdfa9a21a23b4bbe792d2b56deff2be6f81 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Nov 08 06:15:08 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Nov 08 06:15:08 2013 |
tree | 2960177aac4c8faac4fdeda79dee33a77e8e8399 | |
parent | 078c911122ca3ee5ae337b67275af2f03cab57ce [diff] [blame] |
fileSystemProvider: First cut at implementing fileSystemProvider API Implement fileSystemProvider.mount() that does not do anything meaningful yet. The purpose of this patch is to add boilerplate files so adding new code is easier. Design doc of the API: http://goo.gl/lLXJYQ BUG=248427 TEST=none [email protected], [email protected] [email protected] # TBR thestig@ for chrome/renderer/resources/renderer_resources.grd Review URL: https://codereview.chromium.org/50703013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233799 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 5ed24f89..ba217ad 100644 --- a/chrome/browser/extensions/extension_function_histogram_value.h +++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -686,6 +686,7 @@ CHROMEOSINFOPRIVATE_SET, BOOKMARKMANAGERPRIVATE_GETMETAINFO, BOOKMARKMANAGERPRIVATE_SETMETAINFO, + FILESYSTEMPROVIDER_MOUNT, ENUM_BOUNDARY // Last entry: Add new entries above. };