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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2249213002: [OBSOLETE] Reporting: Initial implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years 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/common/chrome_switches.h ('k') | net/net.gypi » ('j') | net/net.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f68f672abfe037ea3c4a6e1187d9b67cc855f8a2..e708a59ad3c21d6b28405934221be800357b5a61 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -272,6 +272,9 @@ const char kDisablePromptOnRepost[] = "disable-prompt-on-repost";
// Enable background mode for the Push API.
const char kDisablePushApiBackgroundMode[] = "disable-push-api-background-mode";
+// Disable Reporting API.
+const char kDisableReporting[] = "disable-reporting";
+
// Disables the QUIC protocol.
const char kDisableQuic[] = "disable-quic";
@@ -418,6 +421,9 @@ const char kEnablePushApiBackgroundMode[] = "enable-push-api-background-mode";
// Enables the QUIC protocol. This is a temporary testing flag.
const char kEnableQuic[] = "enable-quic";
+// Enable Reporting API.
+const char kEnableReporting[] = "enable-reporting";
+
// Switches 'Save as...' context and app menu labels to 'Download...'.
const char kEnableSaveAsMenuLabelExperiment[] = "saveas-menu-label";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | net/net.gypi » ('j') | net/net.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698