| Index: chrome/test/functional/memory.py
|
| diff --git a/chrome/test/functional/memory.py b/chrome/test/functional/memory.py
|
| index bf7e04491a82506faa8b78250566e0e1fc74559d..41b1d6e9552edba1be5c4747c564671c753460b4 100644
|
| --- a/chrome/test/functional/memory.py
|
| +++ b/chrome/test/functional/memory.py
|
| @@ -110,7 +110,7 @@ class MemoryTest(pyauto.PyUITest):
|
| if (self.LOG_TO_OUTPUT_FILE and
|
| os.path.exists(self.EXTENSION_PROCESS_OUTPUT_FILE)):
|
| os.remove(self.EXTENSION_PROCESS_OUTPUT_FILE)
|
| - self.InstallExtension(self.EXTENSION_LOCATION, False)
|
| + self.InstallExtension(self.EXTENSION_LOCATION)
|
| # The PID is 0 until the extension has a chance to start up.
|
| self.WaitUntil(
|
| lambda: self._GetPidOfExtensionProcessByName(
|
|
|