cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / blimp / client / android / blimp_library_loader.h
blobf9c1c85bb120f388824a97f3486a1ff4e2a6f815
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.
5 #ifndef BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_
6 #define BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_
8 #include <jni.h>
10 namespace blimp {
12 bool RegisterBlimpLibraryLoaderJni(JNIEnv* env);
14 } // namespace blimp
16 #endif // BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_