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

Unified Diff: chrome/browser/about_flags.cc

Issue 2411483002: Enable win32k lockdown for ppapi processes. (Closed)
Patch Set: readd entry Created 4 years, 2 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') | chrome/browser/chrome_content_browser_client.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 8ca2339199b7994484b9301c27852bbbd6141a32..3335156b13f970879a5669d4f1837c19ea3418cf 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -476,26 +476,6 @@ const FeatureEntry::Choice kCrosRegionsModeChoices[] = {
};
#endif // OS_CHROMEOS
-#if defined(OS_WIN)
-const FeatureEntry::Choice kPpapiWin32kLockdown[] = {
- {IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", ""},
- {IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED,
- switches::kEnableWin32kLockDownMimeTypes, ""},
- {IDS_FLAGS_PPAPI_WIN32K_LOCKDOWN_FLASH_ONLY,
- switches::kEnableWin32kLockDownMimeTypes,
- "application/x-shockwave-flash,application/futuresplash"},
- {IDS_FLAGS_PPAPI_WIN32K_LOCKDOWN_PDF_ONLY,
- switches::kEnableWin32kLockDownMimeTypes,
- "application/x-google-chrome-pdf,application/pdf"},
- {IDS_FLAGS_PPAPI_WIN32K_LOCKDOWN_FLASH_AND_PDF,
- switches::kEnableWin32kLockDownMimeTypes,
- "application/x-shockwave-flash,application/futuresplash,"
- "application/x-google-chrome-pdf,application/pdf"},
- {IDS_FLAGS_PPAPI_WIN32K_LOCKDOWN_ALL,
- switches::kEnableWin32kLockDownMimeTypes, "*"},
-};
-#endif // OS_WIN
-
const FeatureEntry::Choice kForceUIDirectionChoices[] = {
{IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", ""},
{IDS_FLAGS_FORCE_UI_DIRECTION_LTR, switches::kForceUIDirection,
@@ -1713,11 +1693,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_CROS_REGIONS_MODE_DESCRIPTION, kOsCrOS,
MULTI_VALUE_TYPE(kCrosRegionsModeChoices)},
#endif // OS_CHROMEOS
-#if defined(OS_WIN)
- {"enable-ppapi-win32k-lockdown", IDS_FLAGS_PPAPI_WIN32K_LOCKDOWN_NAME,
- IDS_FLAGS_PPAPI_WIN32K_LOCKDOWN_DESCRIPTION, kOsWin,
- MULTI_VALUE_TYPE(kPpapiWin32kLockdown)},
-#endif // OS_WIN
#if defined(ENABLE_NOTIFICATIONS) && defined(OS_ANDROID)
{"enable-web-notification-custom-layouts",
IDS_FLAGS_ENABLE_WEB_NOTIFICATION_CUSTOM_LAYOUTS_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698