diff options
author | mtomasz <mtomasz@chromium.org> | 2015-03-12 23:09:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-13 06:09:54 +0000 |
commit | b72ec427905846d002f9dde5b3555c40d6b9d0cf (patch) | |
tree | 636507f7b6e4af9cceb9a47f474e6cd168e29a74 /extensions/browser/extension_function_histogram_value.h | |
parent | b7d5b8f057b691fae7ace5c9b96b077908cf25f3 (diff) | |
download | chromium_src-b72ec427905846d002f9dde5b3555c40d6b9d0cf.zip chromium_src-b72ec427905846d002f9dde5b3555c40d6b9d0cf.tar.gz chromium_src-b72ec427905846d002f9dde5b3555c40d6b9d0cf.tar.bz2 |
Extract the external file scheme granting out of requestFileSystem in Files app.
The requestFileSystem method is going to be moved to chrome.fileSystem and will
be used by other apps, so all Files app specific should be extracted before
moving.
TEST=Tested manually by dragging a file from Drive to a browser tab.
BUG=323422
Review URL: https://codereview.chromium.org/997483003
Cr-Commit-Position: refs/heads/master@{#320459}
Diffstat (limited to 'extensions/browser/extension_function_histogram_value.h')
-rw-r--r-- | extensions/browser/extension_function_histogram_value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h index d40ec0d..3e9fbf9 100644 --- a/extensions/browser/extension_function_histogram_value.h +++ b/extensions/browser/extension_function_histogram_value.h @@ -1038,6 +1038,7 @@ enum HistogramValue { FILEMANAGERPRIVATE_GRANTACCESS, DEVELOPERPRIVATE_GETEXTENSIONSINFO, DEVELOPERPRIVATE_GETEXTENSIONINFO, + FILEMANAGERPRIVATE_ENABLEEXTERNALFILESCHEME, // Last entry: Add new entries above and ensure to update // tools/metrics/histograms/histograms.xml. ENUM_BOUNDARY |