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

Unified Diff: components/flags_ui/flags_state_unittest.cc

Issue 2182553002: Add other variations (with ids) for NTPSnippets to chrome://flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unittest fix Created 4 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
Index: components/flags_ui/flags_state_unittest.cc
diff --git a/components/flags_ui/flags_state_unittest.cc b/components/flags_ui/flags_state_unittest.cc
index f8a908fde0a3f0440d67c1d341705372f8aa0963..1f64c0bd1f378aa8b933bb622865d307c3862c74 100644
--- a/components/flags_ui/flags_state_unittest.cc
+++ b/components/flags_ui/flags_state_unittest.cc
@@ -73,7 +73,7 @@ const FeatureEntry::FeatureParam kTestVariationOther[] = {
{kTestParam, kTestParamValue}};
const FeatureEntry::FeatureVariation kTestVariations[] = {
- {"dummy description", kTestVariationOther, 1}};
+ {"dummy description", kTestVariationOther, 1, ""}};
// Those have to be valid ids for the translation system but the value are
// never used, so pick one at random from the current component.

Powered by Google App Engine
This is Rietveld 408576698