Index: chrome/browser/extensions/api/file_system/file_system_api.h |
diff --git a/chrome/browser/extensions/api/file_system/file_system_api.h b/chrome/browser/extensions/api/file_system/file_system_api.h |
index fad2b1bb7d676cbb307d4891373f80583d0938a0..285260e6702cd384db1ad1de5382fed14b4ae798 100644 |
--- a/chrome/browser/extensions/api/file_system/file_system_api.h |
+++ b/chrome/browser/extensions/api/file_system/file_system_api.h |
@@ -45,8 +45,6 @@ void SetLastChooseEntryDirectory(ExtensionPrefs* prefs, |
const std::string& extension_id, |
const base::FilePath& path); |
-std::vector<base::FilePath> GetGrayListedDirectories(); |
- |
#if defined(OS_CHROMEOS) |
// Dispatches an event about a mounted on unmounted volume in the system to |
// each extension which can request it. |