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

Unified Diff: extensions/renderer/blob_native_handler.h

Issue 1174343003: blink:bindings: Passes the global context instead of |this| in JS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « extensions/renderer/app_runtime_custom_bindings.cc ('k') | extensions/renderer/blob_native_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/blob_native_handler.h
diff --git a/extensions/renderer/blob_native_handler.h b/extensions/renderer/blob_native_handler.h
index 7591501c7993818dcd3beed78a568973bfa95f58..6f986e56647fa1663488f3a67b71cc49c1024760 100644
--- a/extensions/renderer/blob_native_handler.h
+++ b/extensions/renderer/blob_native_handler.h
@@ -20,6 +20,9 @@ class ScriptContext;
class BlobNativeHandler : public ObjectBackedNativeHandler {
public:
explicit BlobNativeHandler(ScriptContext* context);
+
+ private:
+ void TakeBrowserProcessBlob(const v8::FunctionCallbackInfo<v8::Value>& args);
};
} // namespace extensions
« no previous file with comments | « extensions/renderer/app_runtime_custom_bindings.cc ('k') | extensions/renderer/blob_native_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698