summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-06-23 19:56:02 +0100
committerBen Murdoch <benm@google.com>2010-06-30 18:32:45 +0100
commit60950638e3cf833c59b11f87d2cf170bfb8e169b (patch)
tree73e06142367cf9bc0998afa49713023f47e3a32b /WebKit/android/jni/WebViewCore.h
parent5bde0f53b35681f9195cca182adfbcba8edc47f6 (diff)
downloadexternal_webkit-60950638e3cf833c59b11f87d2cf170bfb8e169b.zip
external_webkit-60950638e3cf833c59b11f87d2cf170bfb8e169b.tar.gz
external_webkit-60950638e3cf833c59b11f87d2cf170bfb8e169b.tar.bz2
Detect if we're a webapp from the meta tag and send a message through
to java land if that is the case. Requires a frameworks/base change. b/2766917 Change-Id: I6d4034e6316e27c31a36a06063b5968c654fc756
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r--WebKit/android/jni/WebViewCore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h
index 44d7bcc..42656d4 100644
--- a/WebKit/android/jni/WebViewCore.h
+++ b/WebKit/android/jni/WebViewCore.h
@@ -470,6 +470,8 @@ namespace android {
// utility to split slow parts of the picture set
void splitContent();
+ void notifyWebAppCanBeInstalled();
+
// these members are shared with webview.cpp
static Mutex gFrameCacheMutex;
CachedRoot* m_frameCacheKit; // nav data being built by webcore