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

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: Rename flag title 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 539da28704f88bf49972c009dc41b7599a55d27f..2fdf809a07c5fdf1b3f23d7fea382d9dc39ba105 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1270,6 +1270,11 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_CAST_STREAMING_HW_ENCODING_NAME,
IDS_FLAGS_CAST_STREAMING_HW_ENCODING_DESCRIPTION, kOsAll,
SINGLE_DISABLE_VALUE_TYPE(switches::kDisableCastStreamingHWEncoding)},
+ {"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)},
raymes 2016/05/24 01:47:42 Same here: We can put this right before permission
stefanocs 2016/05/24 03:00:08 Done.
#if defined(OS_ANDROID)
{"prefetch-search-results", IDS_FLAGS_PREFETCH_SEARCH_RESULTS_NAME,
IDS_FLAGS_PREFETCH_SEARCH_RESULTS_DESCRIPTION, kOsAndroid,

Powered by Google App Engine
This is Rietveld 408576698