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

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

Issue 10407124: Don't force non-session only cookies to be session only cookies, instead delete on shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 7 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/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/cookies.py
diff --git a/chrome/test/functional/cookies.py b/chrome/test/functional/cookies.py
index 93b65b027cade9352b5729374a57109d54e61d66..55498ad8f8176c3b28acb71f654a75abea4e3e28 100755
--- a/chrome/test/functional/cookies.py
+++ b/chrome/test/functional/cookies.py
@@ -15,7 +15,7 @@ class CookiesTest(pyauto.PyUITest):
def __init__(self, methodName='runTest'):
super(CookiesTest, self).__init__(methodName)
- self.test_host = os.environ.get('COOKIES_TEST_HOST', 'www.google.com')
+ self.test_host = os.environ.get('COOKIES_TEST_HOST', 'google.com')
def setUp(self):
pyauto.PyUITest.setUp(self);
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698