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

Unified Diff: chrome/browser/autocomplete/autocomplete_result_unittest.cc

Issue 22698002: Omnibox: Allow Bundled Omnibox Field Trial to Examine Instant Extended (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test for android Created 7 years, 4 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/omnibox/omnibox_field_trial.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_result_unittest.cc
diff --git a/chrome/browser/autocomplete/autocomplete_result_unittest.cc b/chrome/browser/autocomplete/autocomplete_result_unittest.cc
index d669f60001c4154a819128896d6fb00214d52522..1e8900fc48763a12cb27d93422b78e6d3dc8dd1e 100644
--- a/chrome/browser/autocomplete/autocomplete_result_unittest.cc
+++ b/chrome/browser/autocomplete/autocomplete_result_unittest.cc
@@ -348,7 +348,7 @@ TEST_F(AutocompleteResultTest, SortAndCullWithDemotionsByType) {
const std::string kRuleName = "DemoteByType";
{
std::map<std::string, std::string> params;
- params[kRuleName + ":3"] = "1:50,7:100,2:0"; // 3 == HOMEPAGE
+ params[kRuleName + ":3:*"] = "1:50,7:100,2:0"; // 3 == HOMEPAGE
ASSERT_TRUE(chrome_variations::AssociateVariationParams(
kTrialName, "A", params));
}
« no previous file with comments | « no previous file | chrome/browser/omnibox/omnibox_field_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698