blob: 14baec47ad3276207b3809a9a2a036a25a134610 [file] [log] [blame]
// Copyright 2020 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.
#include "chrome/browser/media/android/router/chrome_media_router_client.h"
#include "base/android/jni_android.h"
#include "chrome/android/chrome_jni_headers/ChromeMediaRouterClient_jni.h"
namespace media_router {
void InitChromeMediaRouterJavaClient() {
Java_ChromeMediaRouterClient_initialize(base::android::AttachCurrentThread());
}
} // namespace media_router