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

Unified Diff: extensions/renderer/dispatcher.cc

Issue 2939833002: Move chrome.fileSystem interface and bindings to //extensions (Closed)
Patch Set: Created 3 years, 6 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: extensions/renderer/dispatcher.cc
diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc
index 75c29b77896cfa2682da3702218387815ef71c31..70a3b67d2b2d0274d5bb7489170f6f8a93a1a858 100644
--- a/extensions/renderer/dispatcher.cc
+++ b/extensions/renderer/dispatcher.cc
@@ -719,6 +719,7 @@ std::vector<std::pair<const char*, int>> Dispatcher::GetJsResources() {
{"extensionViewEvents", IDR_EXTENSION_VIEW_EVENTS_JS},
{"extensionViewInternal", IDR_EXTENSION_VIEW_INTERNAL_CUSTOM_BINDINGS_JS},
{"fileEntryBindingUtil", IDR_FILE_ENTRY_BINDING_UTIL_JS},
+ {"fileSystem", IDR_FILE_SYSTEM_CUSTOM_BINDINGS_JS},
{"guestView", IDR_GUEST_VIEW_JS},
{"guestViewAttributes", IDR_GUEST_VIEW_ATTRIBUTES_JS},
{"guestViewContainer", IDR_GUEST_VIEW_CONTAINER_JS},

Powered by Google App Engine
This is Rietveld 408576698