summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-09-30 12:10:26 +0100
committerSteve Block <steveblock@google.com>2010-10-01 12:01:49 +0100
commite3fbba10e78cdeea2757b306d02c2853ac0187ee (patch)
tree302893eaf728ba52aa17582a20f979c60c61b168 /Android.mk
parentad9d1f8f641a8800bcfcb19fbf988621229f0360 (diff)
downloadexternal_webkit-e3fbba10e78cdeea2757b306d02c2853ac0187ee.zip
external_webkit-e3fbba10e78cdeea2757b306d02c2853ac0187ee.tar.gz
external_webkit-e3fbba10e78cdeea2757b306d02c2853ac0187ee.tar.bz2
Update AndroidURLRequestContextGetter to take a pointer to the getter function
This allows users of AndroidURLRequestContextGetter to instantiate a URLRequestContext lazilly. When used in AutoFill++, this means that when the URLRequestContext is first initialized, the WebCore thread is set-up and the necessary settings are available. Also re-enables AutoFill++ The corresponding external/chromium change is https://android-git.corp.google.com/g/71275 Bug: 3044989 Change-Id: I4b577f08717775bce5268f3f4b4f5fcf23e54536
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index a7db48d..7ad3614 100644
--- a/Android.mk
+++ b/Android.mk
@@ -100,7 +100,7 @@ endif
# The default is on. Chrome HTTP stack must be used when Autofill
# is turned on.
ifneq ($(ENABLE_AUTOFILL),false)
- ENABLE_AUTOFILL = false
+ ENABLE_AUTOFILL = true
endif
ifneq ($(HTTP_STACK),chrome)
ENABLE_AUTOFILL = false