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

Unified Diff: chrome/browser/android/tab_android.h

Issue 943643002: Pull up get{User,}BookmarkId from ChromeTab to Tab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix indent Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/Tab.java ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index ac8e397626766f4e10f3d4c66c24d588cd3b5f2f..53fe39bf3cfc332a0ef1d369ff635d04ea7e134d 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -190,6 +190,8 @@ class TabAndroid : public CoreTabHelperDelegate,
void SearchByImageInNewTabAsync(JNIEnv* env, jobject obj);
+ jlong GetBookmarkId(JNIEnv* env, jobject obj, jboolean only_editable);
+
void SetInterceptNavigationDelegate(JNIEnv* env,
jobject obj,
jobject delegate);
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/Tab.java ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698