Index: chrome/test/functional/prefs.py |
diff --git a/chrome/test/functional/prefs.py b/chrome/test/functional/prefs.py |
index 8fca68c24bcb97056b462e52e1beeb2d950c9f78..d8f28453f5a714c70c72d392166266854e079855 100755 |
--- a/chrome/test/functional/prefs.py |
+++ b/chrome/test/functional/prefs.py |
@@ -179,7 +179,7 @@ class PrefsTest(pyauto.PyUITest): |
The setting is enabled by default.""" |
pref_list = [pyauto.kNetworkPredictionEnabled, pyauto.kSafeBrowsingEnabled, |
pyauto.kAlternateErrorPagesEnabled, |
- pyauto.kSearchSuggestEnabled, pyauto.kShowOmniboxSearchHint] |
+ pyauto.kSearchSuggestEnabled] |
for pref in pref_list: |
# Verify the default value |
self.assertEqual(self.GetPrefsInfo().Prefs(pref), True) |