Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6323)

Unified Diff: chrome/test/functional/memory.py

Issue 8649004: Allow chromedriver to install an extension and get all installed extension IDs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698