| 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";
|
|
|
|
|