summaryrefslogtreecommitdiffstats
path: root/base/android
diff options
context:
space:
mode:
authormkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-09 22:10:46 +0000
committermkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-09 22:10:46 +0000
commit4360ae79dc73cb3c29a590dafa4d19817b5a47bf (patch)
treed2fca3225b319701d30946db524b8b849dda5084 /base/android
parente87d91382514612bf857f9eee1c373f568bba926 (diff)
downloadchromium_src-4360ae79dc73cb3c29a590dafa4d19817b5a47bf.zip
chromium_src-4360ae79dc73cb3c29a590dafa4d19817b5a47bf.tar.gz
chromium_src-4360ae79dc73cb3c29a590dafa4d19817b5a47bf.tar.bz2
Componentize IgnoreNavigationResourceThrottle and add chrome and webview specific implementations.
This change moves the IgnoreNavigationResourceThrottle to a separate component as it will be shared between chrome/android and android_webview. This change also adds the chrome/ and android_webview/ specializations of the throttle (or more precisely the callback that is used to find the right method on the right delegate). BUG=130006 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10946008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160945 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/android')
-rwxr-xr-xbase/android/jni_generator/jni_generator.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/base/android/jni_generator/jni_generator.py b/base/android/jni_generator/jni_generator.py
index 3ac64cf..f8df00a 100755
--- a/base/android/jni_generator/jni_generator.py
+++ b/base/android/jni_generator/jni_generator.py
@@ -180,7 +180,10 @@ def JavaParamToJni(param):
'Lorg/chromium/chrome/browser/FindNotificationDetails',
'Lorg/chromium/chrome/browser/JavascriptAppModalDialog',
'Lorg/chromium/chrome/browser/ProcessUtils',
- 'Lorg/chromium/chrome/browser/component/web_contents_delegate_android/WebContentsDelegateAndroid',
+ ('Lorg/chromium/chrome/browser/component/navigation_interception/'
+ 'InterceptNavigationDelegate'),
+ ('Lorg/chromium/chrome/browser/component/web_contents_delegate_android/'
+ 'WebContentsDelegateAndroid'),
'Lorg/chromium/chrome/browser/database/SQLiteCursor',
'Lorg/chromium/content/app/SandboxedProcessService',
'Lorg/chromium/content/browser/ContentVideoView',