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

Side by Side Diff: components/bookmarks/common/android/bookmark_id.h

Issue 459973004: [Android] EnhancedBookmarksBridge for bookmark description read&write. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: java DEPS fix Created 6 years, 4 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 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.
4
5 #ifndef COMPONENTS_BOOKMARKS_COMMON_ANDROID_BOOKMARK_ID_H_
6 #define COMPONENTS_BOOKMARKS_COMMON_ANDROID_BOOKMARK_ID_H_
7
8 #include <jni.h>
9
10 namespace bookmarks {
11 namespace android {
12
13 // See BookmarkId#getId
14 long JavaBookmarkIdGetId(JNIEnv* env, jobject obj);
15
16 // See BookmarkId#getType
17 int JavaBookmarkIdGetType(JNIEnv* env, jobject obj);
18
19 bool RegisterBookmarkId(JNIEnv* env);
20
21 } // namespace android
22 } // namespace bookmarks
23
24 #endif // COMPONENTS_BOOKMARKS_COMMON_ANDROID_BOOKMARK_ID_H_
OLDNEW
« no previous file with comments | « components/bookmarks/common/android/OWNERS ('k') | components/bookmarks/common/android/bookmark_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698