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

Unified Diff: components/flags_ui/flags_state.cc

Issue 2970863002: Removing ui-alternatives (Closed)
Patch Set: Rebase Created 3 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.h ('k') | components/flags_ui/resources/apple_flags.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/flags_ui/flags_state.cc
diff --git a/components/flags_ui/flags_state.cc b/components/flags_ui/flags_state.cc
index c08d3983e754ac44a504dd5f07032509bd7d249d..663d04ad37f0a7a32d52ce039634849322827a01 100644
--- a/components/flags_ui/flags_state.cc
+++ b/components/flags_ui/flags_state.cc
@@ -548,10 +548,6 @@ void FlagsState::GetFlagFeatureEntries(
supported = true;
}
#endif
-#if defined(OS_IOS)
- if (access == kAppleReviewAccessToFlags)
- supported = ((entry.supported_platforms & kOsIosAppleReview) != 0);
-#endif
if (supported)
supported_entries->Append(std::move(data));
else
« no previous file with comments | « components/flags_ui/flags_state.h ('k') | components/flags_ui/resources/apple_flags.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698