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

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

Issue 234413005: Move most of ChromeV8Context to a base ScriptContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: factor feature_channel out of module_system Created 6 years, 8 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/blob_native_handler.cc
diff --git a/chrome/renderer/extensions/blob_native_handler.cc b/chrome/renderer/extensions/blob_native_handler.cc
index c7f4255f3ea4d57585fb8211fc07b69b76b9222c..6c6bbfe8086ea10f97d679a6cc2ae7e1cae6778d 100644
--- a/chrome/renderer/extensions/blob_native_handler.cc
+++ b/chrome/renderer/extensions/blob_native_handler.cc
@@ -23,7 +23,7 @@ void GetBlobUuid(const v8::FunctionCallbackInfo<v8::Value>& args) {
namespace extensions {
-BlobNativeHandler::BlobNativeHandler(ChromeV8Context* context)
+BlobNativeHandler::BlobNativeHandler(ScriptContext* context)
: ObjectBackedNativeHandler(context) {
RouteFunction("GetBlobUuid", base::Bind(&GetBlobUuid));
}
« no previous file with comments | « chrome/renderer/extensions/blob_native_handler.h ('k') | chrome/renderer/extensions/cast_streaming_native_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698