| 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)
|
|
|