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

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

Issue 8198027: Allow controlling the Instant field trial through a command line flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/base/test_launcher_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/instant.py
diff --git a/chrome/test/functional/instant.py b/chrome/test/functional/instant.py
index 796b68754389f4ef6b1e24ff8c5d9fcb58f330e8..917b10ff2321a01b58c4f6d37b990f336f6d84b0 100644
--- a/chrome/test/functional/instant.py
+++ b/chrome/test/functional/instant.py
@@ -21,7 +21,6 @@ class InstantSettingsTest(pyauto.PyUITest):
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')
@@ -42,7 +41,6 @@ class InstantTest(pyauto.PyUITest):
def setUp(self):
pyauto.PyUITest.setUp(self)
self.SetPrefs(pyauto.kInstantEnabled, True)
- self.SetPrefs(pyauto.kInstantEnabledOnce, True)
def _DoneLoading(self):
info = self.GetInstantInfo()
« no previous file with comments | « chrome/test/base/test_launcher_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698