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

Side by Side Diff: ui/android/ui_android_jni_registrar.h

Issue 731133002: Upstream ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename namespace Created 6 years 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 (c) 2014 The Chromium Authors. All rights reserved.
no sievers 2014/12/02 00:25:06 nit: remove (c)
Jaekyun Seok (inactive) 2014/12/02 03:13:13 Done.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef UI_ANDROID_UI_ANDROID_JNI_REGISTRAR_H_
6 #define UI_ANDROID_UI_ANDROID_JNI_REGISTRAR_H_
7
8 #include <jni.h>
9
10 #include "ui/android/ui_android_export.h"
11
12 namespace ui {
13
14 // Register all JNI bindings necessary for chrome.
15 UI_ANDROID_EXPORT bool RegisterUIAndroidJni(JNIEnv* env);
16
17 } // namespace ui
18
19 #endif // UI_ANDROID_UI_ANDROID_JNI_REGISTRAR_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698