| Index: tools/android/loading/controller.py
|
| diff --git a/tools/android/loading/controller.py b/tools/android/loading/controller.py
|
| index 1eb2f035b736ba0aadc2425823565cf7b1035d80..9e3323fb106fb432f3dc555f6eecf63beb228ca7 100644
|
| --- a/tools/android/loading/controller.py
|
| +++ b/tools/android/loading/controller.py
|
| @@ -317,6 +317,8 @@ class LocalChromeController(ChromeControllerBase):
|
| child processes used to run Chrome and XVFB."""
|
| chrome_cmd = [OPTIONS.local_binary]
|
| chrome_cmd.extend(self._GetChromeArguments())
|
| + # Force use of simple cache.
|
| + chrome_cmd.append('--use-simple-cache-backend=on')
|
| chrome_cmd.append('--user-data-dir=%s' % self._profile_dir)
|
| chrome_cmd.extend(['--enable-logging=stderr', '--v=1'])
|
| # Navigates to about:blank for couples of reasons:
|
|
|