diff options
Diffstat (limited to 'android/autofill/android_url_request_context_getter.cc')
-rw-r--r-- | android/autofill/android_url_request_context_getter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/autofill/android_url_request_context_getter.cc b/android/autofill/android_url_request_context_getter.cc index 8db1927..b69c0fe 100644 --- a/android/autofill/android_url_request_context_getter.cc +++ b/android/autofill/android_url_request_context_getter.cc @@ -30,7 +30,7 @@ scoped_refptr<AndroidURLRequestContextGetter> AndroidURLRequestContextGetter::in URLRequestContext* AndroidURLRequestContextGetter::GetURLRequestContext() { - return (*context_getter_function_)(); + return (*context_getter_function_)(false /* isPrivateBrowsing */); } scoped_refptr<base::MessageLoopProxy> AndroidURLRequestContextGetter::GetIOMessageLoopProxy() |