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

Unified Diff: chrome/browser/ui/search/instant_extended_interactive_uitest.cc

Issue 2884293002: Remove unused embeddedSearch.searchBox APIs (Closed)
Patch Set: . Created 3 years, 7 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
Index: chrome/browser/ui/search/instant_extended_interactive_uitest.cc
diff --git a/chrome/browser/ui/search/instant_extended_interactive_uitest.cc b/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
index 7c3bd44b39be924c64eb3300f46b7ca71f6ddcd3..7bc09d771a762d28a42be260f08c19fbede91785 100644
--- a/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
+++ b/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
@@ -175,8 +175,6 @@ class InstantExtendedTest : public InProcessBrowserTest,
&first_most_visited_item_id_) &&
instant_test_utils::GetIntFromJS(contents, "submitCount",
&submit_count_) &&
- instant_test_utils::GetStringFromJS(contents, "apiHandle.value",
- &query_value_) &&
instant_test_utils::GetIntFromJS(contents, "onFocusChangedCalls",
&on_focus_changed_calls_) &&
instant_test_utils::GetBoolFromJS(contents, "isFocused",
@@ -234,7 +232,6 @@ class InstantExtendedTest : public InProcessBrowserTest,
int most_visited_items_count_;
int first_most_visited_item_id_;
int submit_count_;
- std::string query_value_;
int on_focus_changed_calls_;
bool is_focused_;
std::string prefetch_query_value_;

Powered by Google App Engine
This is Rietveld 408576698