Roll android_tools to the latest.
[chromium-blink-merge.git] / content / app / android / content_main.h
blob682f5bb1f3f695292d609166d336a6d1946d2bef
1 // Copyright (c) 2012 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 CONTENT_APP_ANDROID_CONTENT_MAIN_H_
6 #define CONTENT_APP_ANDROID_CONTENT_MAIN_H_
8 #include <jni.h>
10 namespace content {
12 bool RegisterContentMain(JNIEnv* env);
14 } // namespace content
16 #endif // CONTENT_APP_ANDROID_CONTENT_MAIN_H_