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

Unified Diff: chrome/renderer/extensions/user_script_slave.cc

Issue 7811006: Add full support for filesystem URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged out; haven't built yet. Created 8 years, 11 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/renderer/extensions/user_script_slave.cc
diff --git a/chrome/renderer/extensions/user_script_slave.cc b/chrome/renderer/extensions/user_script_slave.cc
index 8a39c5b6f303270a187bf8ad9b9e5fed6ea09538..d450e7568a42245eed6ae48057adc484e4526aae 100644
--- a/chrome/renderer/extensions/user_script_slave.cc
+++ b/chrome/renderer/extensions/user_script_slave.cc
@@ -84,6 +84,8 @@ std::string UserScriptSlave::GetExtensionIdForIsolatedWorld(
}
// static
+// TODO(ericu): What needs to be done here? Do filesystem URLs enter into
+// extension permissions at all?
Aaron Boodman 2012/01/19 23:47:37 Nothing needs to be done here for now.
void UserScriptSlave::InitializeIsolatedWorld(
int isolated_world_id,
const Extension* extension) {

Powered by Google App Engine
This is Rietveld 408576698