| Index: chrome/test/functional/instant.py
|
| ===================================================================
|
| --- chrome/test/functional/instant.py (revision 94076)
|
| +++ chrome/test/functional/instant.py (working copy)
|
| @@ -21,7 +21,6 @@
|
| msg='Instant is enabled by default.')
|
| # Enable instant.
|
| self.SetPrefs(pyauto.kInstantEnabled, True)
|
| - self.SetPrefs(pyauto.kInstantEnabledOnce, True)
|
| self.assertTrue(self.GetPrefsInfo().Prefs(pyauto.kInstantEnabled),
|
| msg='Instant is not enabled.')
|
| self.SetOmniboxText('google.com')
|
|
|