Index: chrome/browser/component/web_contents_delegate_android/component_jni_registrar.h |
diff --git a/chrome/browser/component/web_contents_delegate_android/component_jni_registrar.h b/chrome/browser/component/web_contents_delegate_android/component_jni_registrar.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fe97f8bd3830198ad379184802ad3ff9dcb05716 |
--- /dev/null |
+++ b/chrome/browser/component/web_contents_delegate_android/component_jni_registrar.h |
@@ -0,0 +1,23 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CHROME_BROWSER_COMPONENT_WEB_CONTENTS_DELEGATE_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
+#define CHROME_BROWSER_COMPONENT_WEB_CONTENTS_DELEGATE_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
+ |
+#include <jni.h> |
+ |
+namespace chrome { |
+namespace component { |
+namespace web_contents_delegate_android { |
+ |
+// Register all JNI bindings necessary for the web_contents_delegate_android |
+// component. |
+bool RegisterJni(JNIEnv* env); |
+ |
+} // namespace web_contents_delegate_android |
+} // namespace component |
+} // namespace chrome |
+ |
+#endif // CHROME_BROWSER_COMPONENT_WEB_CONTENTS_DELEGATE_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
+ |