Index: android_webview/native/aw_web_contents_delegate.h |
diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/native/aw_web_contents_delegate.h |
index 7886ad80dcfc34298038798c147d4206c3d72cb9..4a5447f9f4f9b056a83a05c79d297bbf919bb9b8 100644 |
--- a/android_webview/native/aw_web_contents_delegate.h |
+++ b/android_webview/native/aw_web_contents_delegate.h |
@@ -38,6 +38,7 @@ class AwWebContentsDelegate |
const gfx::Rect& initial_pos, |
bool user_gesture, |
bool* was_blocked) OVERRIDE; |
+ virtual void CloseContents(content::WebContents* source) OVERRIDE; |
}; |
bool RegisterAwWebContentsDelegate(JNIEnv* env); |