blob: 629f067fac9619bbb516e6e12317286744d42901 [file] [log] [blame]
// Copyright 2014 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 CRONET_NATIVE_TEST_SERVER_H_
#define CRONET_NATIVE_TEST_SERVER_H_
#include <jni.h>
namespace cronet {
bool RegisterNativeTestServer(JNIEnv* env);
} // namespace cronet
#endif // CRONET_NATIVE_TEST_SERVER_H_