| Index: content/browser/web_contents/web_contents_android.h
|
| diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
|
| index 5e97dcf2e8af36eff53e8877280599aa5b0e8b90..f194f44778b1ba1ff8d7945c2589064c9e4af958 100644
|
| --- a/content/browser/web_contents/web_contents_android.h
|
| +++ b/content/browser/web_contents/web_contents_android.h
|
| @@ -95,8 +95,6 @@ class CONTENT_EXPORT WebContentsAndroid
|
| jobject obj,
|
| jstring script,
|
| jobject callback);
|
| - void PostMessageToFrame(JNIEnv* env, jobject obj, jstring frame_id,
|
| - jstring message, jstring source_origin, jstring target_origin);
|
| private:
|
| RenderWidgetHostViewAndroid* GetRenderWidgetHostViewAndroid();
|
|
|
|
|