Index: chrome/browser/extensions/extension_webnavigation_api.cc |
diff --git a/chrome/browser/extensions/extension_webnavigation_api.cc b/chrome/browser/extensions/extension_webnavigation_api.cc |
index 485435d5a1588077ad606618912d6dd25c1164bd..b092a7c13512c853ad553406e88f5477d73731cb 100644 |
--- a/chrome/browser/extensions/extension_webnavigation_api.cc |
+++ b/chrome/browser/extensions/extension_webnavigation_api.cc |
@@ -49,6 +49,7 @@ const char* kValidSchemes[] = { |
chrome::kFtpScheme, |
chrome::kJavaScriptScheme, |
chrome::kDataScheme, |
+ chrome::kFileSystemScheme, |
}; |
// Returns the frame ID as it will be passed to the extension: |