summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authormtomasz <mtomasz@chromium.org>2015-04-21 05:00:36 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-21 12:01:29 +0000
commitd306ff2ef4b9f6995abc4cae516f1738e83acc60 (patch)
tree752b49fb89f5eaab2ee6886810701f5d6b62431d /extensions
parent5cbea7b6c7a2bf3ecd50ebaccb6a6f726c6c7e4d (diff)
downloadchromium_src-d306ff2ef4b9f6995abc4cae516f1738e83acc60.zip
chromium_src-d306ff2ef4b9f6995abc4cae516f1738e83acc60.tar.gz
chromium_src-d306ff2ef4b9f6995abc4cae516f1738e83acc60.tar.bz2
Wire FSP API's onConfigureRequested to chrome.fileManagerPrivate.
This CL wires those two APIs, so it's possible to configure existing file systems from Files app. TEST=browser_tests: *FileSystemProvider*Configure* BUG=474146 Review URL: https://codereview.chromium.org/1091733002 Cr-Commit-Position: refs/heads/master@{#326012}
Diffstat (limited to 'extensions')
-rw-r--r--extensions/browser/extension_function_histogram_value.h1
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 9a10b99..ed35bc0 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1068,6 +1068,7 @@ enum HistogramValue {
DEVELOPERPRIVATE_SHOWOPTIONS,
DEVELOPERPRIVATE_SHOWPATH,
FILEMANAGERPRIVATE_ADDPROVIDEDFILESYSTEM,
+ FILEMANAGERPRIVATE_CONFIGUREPROVIDEDFILESYSTEM,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY