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

Unified Diff: extensions/renderer/utils_native_handler.h

Issue 1938123002: Ensure that privates are private. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 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
« no previous file with comments | « extensions/renderer/safe_builtins.cc ('k') | extensions/renderer/utils_native_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/utils_native_handler.h
diff --git a/extensions/renderer/utils_native_handler.h b/extensions/renderer/utils_native_handler.h
index c69860f9ade5444195cfd33cf3b5a2d2b41d8919..6a2ae4da350dda98cfb3d1b40337012b606ca446 100644
--- a/extensions/renderer/utils_native_handler.h
+++ b/extensions/renderer/utils_native_handler.h
@@ -17,11 +17,6 @@ class UtilsNativeHandler : public ObjectBackedNativeHandler {
~UtilsNativeHandler() override;
private:
- // |args| consists of two arguments: a public class name, and a reference
- // to the implementation class. CreateClassWrapper returns a new class
- // that wraps the implementation, while hiding its members.
- void CreateClassWrapper(const v8::FunctionCallbackInfo<v8::Value>& args);
-
// |args| consists of one argument: an arbitrary value. Returns a deep copy of
// that value. The copy will have no references to nested values of the
// argument.
« no previous file with comments | « extensions/renderer/safe_builtins.cc ('k') | extensions/renderer/utils_native_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698