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

Unified Diff: content/public/app/android_library_loader_hooks.h

Issue 10546079: Added sandboxed process service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Init Created 8 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
Index: content/public/app/android_library_loader_hooks.h
diff --git a/content/public/app/android_library_loader_hooks.h b/content/public/app/android_library_loader_hooks.h
index 596b4a7b6a24fb6856a160da5dd32006f0f161bc..515671e043c051c111e3a714a904f129d8742a0e 100644
--- a/content/public/app/android_library_loader_hooks.h
+++ b/content/public/app/android_library_loader_hooks.h
@@ -17,6 +17,10 @@ namespace content {
// once the native library has fully loaded.
bool RegisterLibraryLoaderEntryHook(JNIEnv* env);
+// Call on exit to delete the AtExitManager which OnLibraryLoadedOnUIThread
+// created.
+void LibraryLoaderExitHook();
+
} // namespace content
#endif // CONTENT_PUBLIC_APP_ANDROID_LIBRARY_LOADER_HOOKS_H_

Powered by Google App Engine
This is Rietveld 408576698