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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2960953002: Add about:flags entry for Mac V2 sandbox. (Closed)
Patch Set: Fix enum order Created 3 years, 6 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 | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index e88f4d37d1bb8fc0b5e135f415b59f574afb23c7..bb6c581d30b44723047f5618fae8ff2a8e1c644b 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1472,6 +1472,12 @@ const char kAppInfoDialogDescription[] =
"permissions dialog, or the details link (which is a link to the Web "
"Store).";
+const char kMacV2SandboxName[] = "Mac V2 Sandbox";
+
+const char kMacV2SandboxDescription[] =
+ "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
+ "entire life cycle.";
+
const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
const char kMacViewsNativeAppWindowsDescription[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698