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

Unified Diff: chrome/browser/instant/instant_browsertest.cc

Issue 10809063: Adding Javascript support for the Extended Searchbox API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove test for older API, removed in this CL. Created 8 years, 5 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 | chrome/browser/instant/instant_loader.cc » ('j') | chrome/common/instant_types.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_browsertest.cc
diff --git a/chrome/browser/instant/instant_browsertest.cc b/chrome/browser/instant/instant_browsertest.cc
index 58b6207143810a0c58b0852309e4e0abcff1be82..03fe6f61565ccd618659e7970bb9741736c24ce3 100644
--- a/chrome/browser/instant/instant_browsertest.cc
+++ b/chrome/browser/instant/instant_browsertest.cc
@@ -370,17 +370,6 @@ IN_PROC_BROWSER_TEST_F(InstantTest, DISABLED_OnCancelEvent) {
GetSearchStateAsString(preview_tab, false));
}
-IN_PROC_BROWSER_TEST_F(InstantTest, MAYBE(SetSuggestionsArrayOfStrings)) {
- ASSERT_TRUE(test_server()->Start());
- EnableInstant();
- SetupInstantProvider("instant.html");
- DetermineInstantSupport();
-
- ASSERT_TRUE(SetSuggestionsJavascriptArgument("['defg', 'unused']"));
- SearchAndWaitForPreviewToShow();
- EXPECT_EQ("defg", GetSuggestion());
-}
-
IN_PROC_BROWSER_TEST_F(InstantTest, MAYBE(SetSuggestionsEmptyArray)) {
ASSERT_TRUE(test_server()->Start());
EnableInstant();
« no previous file with comments | « no previous file | chrome/browser/instant/instant_loader.cc » ('j') | chrome/common/instant_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698