Files
brave-core/browser/android/brave_relaunch_utils.cc
T

19 lines
565 B
C++

/* Copyright (c) 2019 The Brave Authors. All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "brave/build/android/jni_headers/BraveRelaunchUtils_jni.h"
#include "chrome/browser/lifetime/application_lifetime.h"
namespace chrome {
namespace android {
void JNI_BraveRelaunchUtils_Restart(JNIEnv* env) {
chrome::AttemptRestart();
}
} // namespace android
} // namespace chrome