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

Unified Diff: chrome/browser/about_flags.cc

Issue 2006523002: Add a flag for reporting permission actions to Safe Browsing servers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorder flag entry Created 4 years, 7 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/common/chrome_switches.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 539da28704f88bf49972c009dc41b7599a55d27f..354f4c6c8855f7a4c5171880dacd45dbbaa09158 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1248,6 +1248,11 @@ const FeatureEntry kFeatureEntries[] = {
{"num-raster-threads", IDS_FLAGS_NUM_RASTER_THREADS_NAME,
IDS_FLAGS_NUM_RASTER_THREADS_DESCRIPTION, kOsAll,
MULTI_VALUE_TYPE(kNumRasterThreadsChoices)},
+ {"enable-permission-action-reporting",
+ IDS_FLAGS_PERMISSION_ACTION_REPORTING_NAME,
+ IDS_FLAGS_PERMISSION_ACTION_REPORTING_DESCRIPTION, kOsAll,
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnablePermissionActionReporting,
+ switches::kDisablePermissionActionReporting)},
{"enable-permissions-blacklist", IDS_FLAGS_PERMISSIONS_BLACKLIST_NAME,
IDS_FLAGS_PERMISSIONS_BLACKLIST_DESCRIPTION, kOsAll,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnablePermissionsBlacklist,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698