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

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

Issue 10178011: [protector,win] Fix protector.ProtectorSessionStartupTest.testSessionStartupPrefMigrationFromHomepa… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/protector.py
diff --git a/chrome/test/functional/protector.py b/chrome/test/functional/protector.py
index 9b62d8a5b81a8338d6baf14cf82b3743665bd324..4bc69069ae633a15452fa99addafdd2ce3939da0 100755
--- a/chrome/test/functional/protector.py
+++ b/chrome/test/functional/protector.py
@@ -173,6 +173,7 @@ class BaseProtectorTest(pyauto.PyUITest):
prefs['session']['urls_to_restore_on_startup'] = startup_urls
if homepage is not None:
prefs['homepage'] = homepage
+ prefs['homepage_is_newtabpage'] = False
if delete_migrated_pref:
del prefs['session']['restore_on_startup_migrated']
self._WritePreferences(prefs)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698