Make chrome.fileManagerPrivate.getEntryProperties accept entries, not urls.
The plan is to migrate completely to isolated entries in Files app, which will
allow to get rid of the costly resolving of root in volume manager to an
external entry.
NOPRESUBMIT=true
TEST=All current Files app tests pass.
BUG=507210
Review URL: https://codereview.chromium.org/1225753002
Cr-Commit-Position: refs/heads/master@{#337997}
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 35602cb..5152f28 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -135,7 +135,7 @@
DELETED_FILEMANAGERPRIVATE_CLEARDRIVECACHE,
SERIAL_GETCONTROLSIGNALS,
DELETED_DEVELOPERPRIVATE_ENABLE,
- FILEMANAGERPRIVATE_GETENTRYPROPERTIES,
+ FILEMANAGERPRIVATEINTERNAL_GETENTRYPROPERTIES,
USB_FINDDEVICES,
BOOKMARKMANAGERPRIVATE_DROP,
DELETED_FILEMANAGERPRIVATE_GETFILETRANSFERS,