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

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: Update flag description 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..a63494b8e18e9f9f937c5c72789181ab61884053 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1270,6 +1270,10 @@ 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-permissions-reporting", IDS_FLAGS_PERMISSIONS_REPORTING_NAME,
+ IDS_FLAGS_PERMISSIONS_REPORTING_DESCRIPTION, kOsAll,
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnablePermissionsReporting,
+ switches::kDisablePermissionsReporting)},
#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