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

Unified Diff: chrome/renderer/extensions/file_system_natives.h

Issue 16032015: Extensions: pass ChromeV8Context around instead of v8::Handle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 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: chrome/renderer/extensions/file_system_natives.h
diff --git a/chrome/renderer/extensions/file_system_natives.h b/chrome/renderer/extensions/file_system_natives.h
index 46a6f673d3cfdb240e7b5fe7f7d446b4c0e75482..b3f9cbc81c536f20153e86041ec38c9716dbd2a8 100644
--- a/chrome/renderer/extensions/file_system_natives.h
+++ b/chrome/renderer/extensions/file_system_natives.h
@@ -13,7 +13,7 @@ namespace extensions {
// Custom bindings for the nativeFileSystem API.
class FileSystemNatives : public ObjectBackedNativeHandler {
public:
- explicit FileSystemNatives(v8::Handle<v8::Context> context);
+ explicit FileSystemNatives(ChromeV8Context* context);
private:
v8::Handle<v8::Value> GetFileEntry(const v8::Arguments& args);
« no previous file with comments | « chrome/renderer/extensions/file_browser_private_custom_bindings.cc ('k') | chrome/renderer/extensions/file_system_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698