blob: 515ea7a7fce8a890c4c1f0fa72ca53bf63091ad4 [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_
namespace weblayer {
bool OnJNIOnLoadInit();
} // namespace weblayer
#endif // WEBLAYER_APP_JNI_ONLOAD_H_