summaryrefslogtreecommitdiff
path: root/chromium/components/flags_ui/feature_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/flags_ui/feature_entry.h')
-rw-r--r--chromium/components/flags_ui/feature_entry.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/components/flags_ui/feature_entry.h b/chromium/components/flags_ui/feature_entry.h
index 23c409eb491..c7d9a177db7 100644
--- a/chromium/components/flags_ui/feature_entry.h
+++ b/chromium/components/flags_ui/feature_entry.h
@@ -217,6 +217,10 @@ struct FeatureEntry {
// variation associated at |index|. Only applicable for types FEATURE_VALUE
// and FEATURE_WITH_PARAMS_VALUE.
const FeatureEntry::FeatureVariation* VariationForOption(int index) const;
+
+ // Returns true if the entry is considered as valid.
+ // See the implenetation for the details of what is valid.
+ bool IsValid() const;
};
namespace testing {