summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authormtomasz <mtomasz@chromium.org>2015-01-18 19:42:55 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-19 03:44:43 +0000
commitbdf88951860ff4ed1df66f632416b19a39aa2469 (patch)
tree0d6674bdb305abb34e00c25fac9388423da3c018 /extensions
parentfff0165c776981aaa9cc045b2dc9761d46128dab (diff)
downloadchromium_src-bdf88951860ff4ed1df66f632416b19a39aa2469.zip
chromium_src-bdf88951860ff4ed1df66f632416b19a39aa2469.tar.gz
chromium_src-bdf88951860ff4ed1df66f632416b19a39aa2469.tar.bz2
[fsp] Implement the chrome.fileSystemProvider.get() method.
Providing extensions may want to get file system information for the specific file system. This CL adds such feature. TEST=browser_tests: *FileSystemProvider*GetAll* BUG=449014 Review URL: https://codereview.chromium.org/856433003 Cr-Commit-Position: refs/heads/master@{#312058}
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 413cf77..dc9d407 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1009,6 +1009,7 @@ enum HistogramValue {
PRINTERPROVIDERINTERNAL_REPORTPRINTRESULT,
PRINTERPROVIDERINTERNAL_REPORTPRINTERCAPABILITY,
PRINTERPROVIDERINTERNAL_REPORTPRINTERS,
+ FILESYSTEMPROVIDER_GET,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY