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

Unified Diff: extensions/renderer/v8_context_native_handler.h

Issue 2409723002: Remove chrome.test.runWithNativesEnabled (Closed)
Patch Set: Created 4 years, 2 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/v8_context_native_handler.h
diff --git a/extensions/renderer/v8_context_native_handler.h b/extensions/renderer/v8_context_native_handler.h
index 956ef6c68cecbe43585f146e4a5d08c8843bd167..2a323e59cebfeb3c784eb36b54b2ced3e0e2b482 100644
--- a/extensions/renderer/v8_context_native_handler.h
+++ b/extensions/renderer/v8_context_native_handler.h
@@ -19,8 +19,6 @@ class V8ContextNativeHandler : public ObjectBackedNativeHandler {
void GetAvailability(const v8::FunctionCallbackInfo<v8::Value>& args);
void GetModuleSystem(const v8::FunctionCallbackInfo<v8::Value>& args);
- void RunWithNativesEnabled(const v8::FunctionCallbackInfo<v8::Value>& args);
-
ScriptContext* context_;
};
« no previous file with comments | « extensions/renderer/resources/test_custom_bindings.js ('k') | extensions/renderer/v8_context_native_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698