From b72ec427905846d002f9dde5b3555c40d6b9d0cf Mon Sep 17 00:00:00 2001 From: mtomasz Date: Thu, 12 Mar 2015 23:09:04 -0700 Subject: 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} --- extensions/browser/extension_function_histogram_value.h | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/browser/extension_function_histogram_value.h') 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 -- cgit v1.1