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

Unified Diff: chrome/common/chrome_switches.h

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/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 5afe5188eb0a2884d290526b34db1fe33b562872..b26c82182759cf0b5c5733416dddf06d2114bd68 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -89,6 +89,7 @@ extern const char kDisableOfflineAutoReloadVisibleOnly[];
extern const char kDisableOutOfProcessPac[];
extern const char kDisablePasswordManagerReauthentication[];
extern const char kDisablePermissionsBlacklist[];
+extern const char kDisablePermissionActionReporting[];
raymes 2016/05/24 01:47:43 nit: these look mostly sorted so we should keep th
stefanocs 2016/05/24 03:00:09 Done.
extern const char kDisablePopupBlocking[];
extern const char kDisablePreconnect[];
extern const char kDisablePrintPreview[];
@@ -145,6 +146,7 @@ extern const char kEnableOfflineAutoReloadVisibleOnly[];
extern const char kEnablePanels[];
extern const char kDisablePanels[];
extern const char kEnablePermissionsBlacklist[];
+extern const char kEnablePermissionActionReporting[];
raymes 2016/05/24 01:47:43 Same here
stefanocs 2016/05/24 03:00:09 Done.
extern const char kEnablePotentiallyAnnoyingSecurityFeatures[];
extern const char kEnablePowerOverlay[];
extern const char kEnablePrintPreviewRegisterPromos[];

Powered by Google App Engine
This is Rietveld 408576698