summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authormtomasz <mtomasz@chromium.org>2015-05-16 02:49:20 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-16 09:49:40 +0000
commit663f86d00dfc0ef90e8b841a7bd497301d8a2e98 (patch)
tree5fcd4b1307a88750b2871e789de0619a67bf6987 /extensions
parent93ebee8241ef36dc899df21fb5b0a9f1cbf6629d (diff)
downloadchromium_src-663f86d00dfc0ef90e8b841a7bd497301d8a2e98.zip
chromium_src-663f86d00dfc0ef90e8b841a7bd497301d8a2e98.tar.gz
chromium_src-663f86d00dfc0ef90e8b841a7bd497301d8a2e98.tar.bz2
Generalize volume configuration over all volumes.
Since all volumes can be now configurable, make the method generic, instead of limiting to FSP API only. NOPRESUBMIT=true TEST=Tested manually on configurable and non-configurable volumes. BUG=474146 Review URL: https://codereview.chromium.org/1142593002 Cr-Commit-Position: refs/heads/master@{#330285}
Diffstat (limited to 'extensions')
-rw-r--r--extensions/browser/extension_function_histogram_value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 18b67c5..8a7081c 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1068,7 +1068,7 @@ enum HistogramValue {
DEVELOPERPRIVATE_SHOWOPTIONS,
DEVELOPERPRIVATE_SHOWPATH,
FILEMANAGERPRIVATE_ADDPROVIDEDFILESYSTEM,
- FILEMANAGERPRIVATE_CONFIGUREPROVIDEDFILESYSTEM,
+ FILEMANAGERPRIVATE_CONFIGUREVOLUME,
SEARCHENGINESPRIVATE_GETSEARCHENGINES,
SEARCHENGINESPRIVATE_SETSELECTEDSEARCHENGINE,
AUTOFILLPRIVATE_SAVEADDRESS,