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

Unified Diff: base/android/jni_generator/jni_generator.py

Issue 10912172: [Android] Upstream ChromeBrowserProvider, the Android port ContentProvider implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: temporarily removing tests until we can compile and run them (soon) Created 8 years, 3 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 | « no previous file | base/android/jni_generator/jni_generator_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/jni_generator/jni_generator.py
diff --git a/base/android/jni_generator/jni_generator.py b/base/android/jni_generator/jni_generator.py
index 3e70b18d8eeba8e9084fc14eee471381cf1cc117..4a49a09cdf181a84e6af376e9151d66ab8702598 100755
--- a/base/android/jni_generator/jni_generator.py
+++ b/base/android/jni_generator/jni_generator.py
@@ -148,7 +148,6 @@ def JavaParamToJni(param):
app_param_list = [
'Landroid/graphics/SurfaceTexture',
'Lcom/google/android/apps/chrome/AutofillData',
- 'Lcom/google/android/apps/chrome/ChromeBrowserProvider$BookmarkNode',
'Lcom/google/android/apps/chrome/ChromeHttpAuthHandler',
'Lcom/google/android/apps/chrome/ChromeContextMenuInfo',
'Lcom/google/android/apps/chrome/OmniboxSuggestion',
@@ -161,6 +160,7 @@ def JavaParamToJni(param):
'PasswordListObserver'),
'Lorg/chromium/android_webview/AwWebContentsDelegate',
'Lorg/chromium/base/SystemMessageHandler',
+ 'Lorg/chromium/chrome/browser/ChromeBrowserProvider$BookmarkNode',
'Lorg/chromium/chrome/browser/ChromeWebContentsDelegateAndroid',
'Lorg/chromium/chrome/browser/FindMatchRectsDetails',
'Lorg/chromium/chrome/browser/FindNotificationDetails',
« no previous file with comments | « no previous file | base/android/jni_generator/jni_generator_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698