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

Unified Diff: chrome/browser/about_flags.cc

Issue 1797363002: "Top Document Isolation" mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress tests under --site-per-process Created 4 years, 9 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/app/generated_resources.grd ('k') | content/browser/browsing_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 6ddad8c3d0f9342589d39762fd71dffbe8f125ec..84d9fdf84177acc6e3de75b3fdea7dab727b43c0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -617,10 +617,8 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(switches::kEnableWebRtcStunOrigin)},
#endif
#if defined(OS_ANDROID)
- {"enable-osk-overscroll",
- IDS_FLAGS_ENABLE_OSK_OVERSCROLL_NAME,
- IDS_FLAGS_ENABLE_OSK_OVERSCROLL_DESCRIPTION,
- kOsAndroid,
+ {"enable-osk-overscroll", IDS_FLAGS_ENABLE_OSK_OVERSCROLL_NAME,
+ IDS_FLAGS_ENABLE_OSK_OVERSCROLL_DESCRIPTION, kOsAndroid,
SINGLE_VALUE_TYPE(switches::kEnableOSKOverscroll)},
#endif
// Native client is compiled out when DISABLE_NACL is defined.
@@ -1444,6 +1442,9 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-site-per-process", IDS_FLAGS_SITE_PER_PROCESS_NAME,
IDS_FLAGS_SITE_PER_PROCESS_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(switches::kSitePerProcess)},
+ {"enable-top-document-isolation", IDS_FLAGS_TOP_DOCUMENT_ISOLATION_NAME,
+ IDS_FLAGS_TOP_DOCUMENT_ISOLATION_DESCRIPTION, kOsAll,
+ SINGLE_VALUE_TYPE(switches::kTopDocumentIsolation)},
{"enable-use-zoom-for-dsf", IDS_FLAGS_ENABLE_USE_ZOOM_FOR_DSF_NAME,
IDS_FLAGS_ENABLE_USE_ZOOM_FOR_DSF_DESCRIPTION, kOsDesktop,
MULTI_VALUE_TYPE(kEnableUseZoomForDSFChoices)},
@@ -1828,7 +1829,7 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_EXPERIMENTAL_ACCESSIBILITY_FEATURES_DESCRIPTION, kOsCrOS,
SINGLE_VALUE_TYPE(
chromeos::switches::kEnableExperimentalAccessibilityFeatures)},
- {"opt-in-ime-menu", IDS_FLAGS_ENABLE_IME_MENU_NAME,
+ {"opt-in-ime-menu", IDS_FLAGS_ENABLE_IME_MENU_NAME,
IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION, kOsCrOS,
FEATURE_VALUE_TYPE(features::kOptInImeMenu)},
#endif
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/browser/browsing_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698