Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / android / java_handler_thread.h
index 5670f7d..7cd274d 100644 (file)
@@ -34,6 +34,7 @@ class BASE_EXPORT JavaHandlerThread {
   // Called from java on the newly created thread.
   // Start() will not return before this methods has finished.
   void InitializeThread(JNIEnv* env, jobject obj, jlong event);
+  void StopThread(JNIEnv* env, jobject obj, jlong event);
 
   static bool RegisterBindings(JNIEnv* env);