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

Unified Diff: mojo/public/python/src/common.h

Issue 855043003: Revert "Content handler for python." (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « mojo/public/python/rules.gni ('k') | mojo/public/python/src/common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/python/src/common.h
diff --git a/mojo/public/python/src/common.h b/mojo/public/python/src/common.h
index 4eae72e51c4be1d7dd4768bd4f33d2f3cf6cc6ab..03ed73b4d64aef7d41d2422e13523b12972e35f8 100644
--- a/mojo/public/python/src/common.h
+++ b/mojo/public/python/src/common.h
@@ -40,9 +40,6 @@ class ScopedPyRef {
~ScopedPyRef();
- // Releases ownership of the python object contained by this instance.
- PyObject* Release();
-
operator PyObject*() const;
private:
« no previous file with comments | « mojo/public/python/rules.gni ('k') | mojo/public/python/src/common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698