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

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: Alexei's comment #5 + fix a bug 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
« no previous file with comments | « components/flags_ui/flags_state.cc ('k') | components/variations/variations_associated_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8a036991d729231b141eb304f7e8c041a5ddb5ac 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, nullptr}};
// 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.
« no previous file with comments | « components/flags_ui/flags_state.cc ('k') | components/variations/variations_associated_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698