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

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

Issue 2269933002: Instant cleanup: remove MODE_SEARCH_RESULTS and ORIGIN_SEARCH (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_url_replacement
Patch Set: review Created 4 years, 3 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/browser/ui/search/search_delegate_unittest.cc ('k') | chrome/common/search/search_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/search_model_unittest.cc
diff --git a/chrome/browser/ui/search/search_model_unittest.cc b/chrome/browser/ui/search/search_model_unittest.cc
index 522d2e3fc382b262cda0d3bf3ae164f9b6428070..d2d2a3819058b257ce223b0175b7c0ac9a9bb9ed 100644
--- a/chrome/browser/ui/search/search_model_unittest.cc
+++ b/chrome/browser/ui/search/search_model_unittest.cc
@@ -125,7 +125,7 @@ TEST_F(SearchModelTest, UpdateSearchModelMode) {
mock_observer.VerifySearchModelStates(expected_old_state, expected_new_state);
mock_observer.VerifyNotificationCount(1);
- search_mode.mode = SearchMode::MODE_SEARCH_RESULTS;
+ search_mode.mode = SearchMode::MODE_SEARCH_SUGGESTIONS;
expected_old_state = expected_new_state;
expected_new_state.mode = search_mode;
model->SetMode(search_mode);
« no previous file with comments | « chrome/browser/ui/search/search_delegate_unittest.cc ('k') | chrome/common/search/search_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698