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

Unified Diff: chrome/test/webdriver/test/test_paths.py

Issue 10828135: Allow popups, mouselock, and https media-stream content by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/webdriver/test/empty.html ('k') | chrome/test/webdriver/webdriver_automation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/test/test_paths.py
diff --git a/chrome/test/webdriver/test/test_paths.py b/chrome/test/webdriver/test/test_paths.py
index 665e33aa00698db2a30ccb8b18764f56b7ce38ca..68694f4573798fb9d05c4337d4f1bf53535c1568 100644
--- a/chrome/test/webdriver/test/test_paths.py
+++ b/chrome/test/webdriver/test/test_paths.py
@@ -26,8 +26,9 @@ def _SetupPaths():
global SRC_PATH
SRC_PATH = J(start_dir, os.pardir, os.pardir, os.pardir, os.pardir)
- global TEST_DATA_PATH
+ global TEST_DATA_PATH, PEM_CERT_AND_KEY
TEST_DATA_PATH = start_dir
+ PEM_CERT_AND_KEY = J(start_dir, 'cert.pem')
global CHROME_TEST_DATA_PATH
CHROME_TEST_DATA_PATH = J(SRC_PATH, 'chrome', 'test', 'data')
« no previous file with comments | « chrome/test/webdriver/test/empty.html ('k') | chrome/test/webdriver/webdriver_automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698