Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7601)

Unified Diff: chrome/browser/extensions/extension_webnavigation_api.cc

Issue 7811006: Add full support for filesystem URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed code review feedback. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e08e179ef5bb21577ada143c2d6fce2c3f9157cf..e1baa0a9bc8faf3366eea780a63c1eecdc47e260 100644
--- a/chrome/browser/extensions/extension_webnavigation_api.cc
+++ b/chrome/browser/extensions/extension_webnavigation_api.cc
@@ -48,6 +48,7 @@ const char* kValidSchemes[] = {
chrome::kFtpScheme,
chrome::kJavaScriptScheme,
chrome::kDataScheme,
+ chrome::kFileSystemScheme,
};
// Returns the frame ID as it will be passed to the extension:

Powered by Google App Engine
This is Rietveld 408576698