| Index: content/public/browser/android/content_view_core.h
|
| diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
|
| index d3871b8124d6e3a41a6e5ff26218c181c0daf83a..da9c4ca773eb7c652972fd635bfa52d844b61976 100644
|
| --- a/content/public/browser/android/content_view_core.h
|
| +++ b/content/public/browser/android/content_view_core.h
|
| @@ -41,6 +41,14 @@ class ContentViewCore {
|
|
|
| virtual void StartContentIntent(const GURL& content_url) = 0;
|
|
|
| + virtual void AddJavascriptInterface(
|
| + JNIEnv* env,
|
| + jobject obj,
|
| + jobject object,
|
| + jstring name,
|
| + jboolean allow_inherited_methods) = 0;
|
| + virtual void RemoveJavascriptInterface(JNIEnv* env, jobject obj,
|
| + jstring name) = 0;
|
| protected:
|
| virtual ~ContentViewCore() {};
|
| };
|
|
|