Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Side by Side Diff: blimp/client/core/android/dummy_blimp_jni_registrar.cc

Issue 2376573002: Cleanup blimp/client/core code organization. (Closed)
Patch Set: merged origin/master Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 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.
4
5 #include "blimp/client/public/android/blimp_jni_registrar.h"
6
7 #include "base/android/jni_registrar.h"
8
9 namespace blimp {
10 namespace client {
11
12 // This method is declared in
13 // //blimp/client/public/android/blimp_jni_registrar.h, and either this function
14 // or the one in //blimp/client/core/android/blimp_jni_registrar.cc
15 // should be linked in to any binary blimp::client::RegisterBlimpJni.
16 bool RegisterBlimpJni(JNIEnv* env) {
17 return true;
18 }
19
20 } // namespace client
21 } // namespace blimp
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698