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

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

Issue 7548024: Refactor: Make PyAuto InstallExtension() take a string. Delete dead code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixup per kkania. Created 9 years, 5 months 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
« no previous file with comments | « chrome/test/functional/extensions.py ('k') | chrome/test/functional/ntp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/memory.py
diff --git a/chrome/test/functional/memory.py b/chrome/test/functional/memory.py
index da3282430516d23f9a0963ba7493c411d2aae254..a06eb23bb3c3bb1a40736c7e346c9505782ffc6a 100644
--- a/chrome/test/functional/memory.py
+++ b/chrome/test/functional/memory.py
@@ -40,9 +40,8 @@ class MemoryTest(pyauto.PyUITest):
RENDERER_PROCESS_OUTPUT_FILE = 'renderer_process_mem.txt'
# Constants for testExtensionProcessMemoryUsage.
- EXTENSION_LOCATION = pyauto.FilePath(
- os.path.abspath(os.path.join(pyauto.PyUITest.DataDir(), 'extensions',
- 'google_talk.crx')))
+ EXTENSION_LOCATION = os.path.abspath(os.path.join(
+ pyauto.PyUITest.DataDir(), 'extensions', 'google_talk.crx'))
EXTENSION_PROCESS_NAME = 'Google Talk'
EXTENSION_PROCESS_OUTPUT_FILE = 'extension_process_mem.txt'
« no previous file with comments | « chrome/test/functional/extensions.py ('k') | chrome/test/functional/ntp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698