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

Unified Diff: components/flags_ui/flags_state.h

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 | « PRESUBMIT.py ('k') | components/flags_ui/flags_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/flags_ui/flags_state.h
diff --git a/components/flags_ui/flags_state.h b/components/flags_ui/flags_state.h
index 17b3b99c5320c2f56232b3130983c3db7cbd55aa..b888a0ae633e86ad8daff690c8a541d2a08fe6a1 100644
--- a/components/flags_ui/flags_state.h
+++ b/components/flags_ui/flags_state.h
@@ -43,7 +43,6 @@ enum {
kOsAndroid = 1 << 4,
kOsCrOSOwnerOnly = 1 << 5,
kOsIos = 1 << 6,
- kOsIosAppleReview = 1 << 7,
};
// A flag controlling the behavior of the |ConvertFlagsToSwitches| function -
@@ -54,10 +53,7 @@ enum SentinelsMode { kNoSentinels, kAddSentinels };
// that influence the whole machine and can be said by the admin only. This flag
// is relevant for ChromeOS for now only and dictates whether entries marked
// with the |kOsCrOSOwnerOnly| label should be enabled in the UI or not.
-// On iOS, |kAppleReviewAccessToFlags| indicates that the flags shown should
-// be the ones marked for Apple review (which otherwise will not be shown).
-enum FlagAccess { kGeneralAccessFlagsOnly, kOwnerAccessToFlags,
- kAppleReviewAccessToFlags };
+enum FlagAccess { kGeneralAccessFlagsOnly, kOwnerAccessToFlags };
// Stores and encapsulates the little state that about:flags has.
class FlagsState {
« no previous file with comments | « PRESUBMIT.py ('k') | components/flags_ui/flags_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698