| Index: ui/android/event_handler.h
|
| diff --git a/ui/android/event_handler.h b/ui/android/event_handler.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3c2d5ef942b13d9e91b0741d4c8fa40569eb93df
|
| --- /dev/null
|
| +++ b/ui/android/event_handler.h
|
| @@ -0,0 +1,16 @@
|
| +// Copyright 2016 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 UI_ANDROID_EVENT_HANDLER_H_
|
| +#define UI_ANDROID_EVENT_HANDLER_H_
|
| +
|
| +#include <jni.h>
|
| +
|
| +namespace ui {
|
| +
|
| +bool RegisterEventHandler(JNIEnv* env);
|
| +
|
| +} // namespace ui
|
| +
|
| +#endif // UI_ANDROID_EVENT_HANDLER_H_
|
|
|