blob: 5b05b04e4b8040294f5c9acb15b4e2359577c0b6 [file] [log] [blame]
// Copyright 2019 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 WEBLAYER_APP_JNI_ONLOAD_H_
#define WEBLAYER_APP_JNI_ONLOAD_H_
#include <string>
namespace weblayer {
bool OnJNIOnLoadInit();
} // namespace weblayer
#endif // WEBLAYER_APP_JNI_ONLOAD_H_