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

Side by Side Diff: android/linker/legacy_linker_jni.h

Issue 2043183002: Update to Chromium //base at Chromium commit 01cb97b2e09618bbc3a60c7348f0a844eea20547. (Closed) Base URL: https://github.com/domokit/base.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « android/linker/android_dlext.h ('k') | android/linker/legacy_linker_jni.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef BASE_ANDROID_LINKER_LEGACY_LINKER_JNI_H_
6 #define BASE_ANDROID_LINKER_LEGACY_LINKER_JNI_H_
7
8 #include <jni.h>
9
10 namespace chromium_android_linker {
11
12 // JNI_OnLoad() initialization hook for the legacy linker.
13 // Sets up JNI and other initializations for native linker code.
14 // |vm| is the Java VM handle passed to JNI_OnLoad().
15 // |env| is the current JNI environment handle.
16 // On success, returns true.
17 extern bool LegacyLinkerJNIInit(JavaVM* vm, JNIEnv* env);
18
19 } // namespace chromium_android_linker
20
21 #endif // BASE_ANDROID_LINKER_LEGACY_LINKER_JNI_H_
OLDNEW
« no previous file with comments | « android/linker/android_dlext.h ('k') | android/linker/legacy_linker_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698