Update V8 to version 4.6.61.
[chromium-blink-merge.git] / chromecast / android / platform_jni_loader_stub.cc
blob0f8d814b0f99359a4fb21b9c350870b9fd971d3d
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chromecast/android/platform_jni_loader.h"
7 namespace chromecast {
8 namespace android {
10 bool PlatformRegisterJni(JNIEnv* env) {
11 // Intentional no-op for public build.
12 return true;
15 } // namespace android
16 } // namespace chromecast