| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 9314437e299c018a3142fbc5be4a1182fc93014f..40607cec1286a6559ac9c5564c8c19e8f40000be 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -228,8 +228,12 @@ extern const char kLedgerTracingToken[];
|
| extern const char kLimitedInstallFromWebstore[];
|
| extern const char kLoadComponentExtension[];
|
| extern const char kLoadExtension[];
|
| -extern const char kMalwareInterstitialVersionV2[];
|
| -extern const char kMalwareInterstitialVersionV3[];
|
| +extern const char kMalwareInterstitialV2[];
|
| +extern const char kMalwareInterstitialV3[];
|
| +extern const char kMalwareInterstitialV3Advice[];
|
| +extern const char kMalwareInterstitialV3Social[];
|
| +extern const char kMalwareInterstitialV3NotRecommend[];
|
| +extern const char kMalwareInterstitialV3History[];
|
| extern const char kMakeDefaultBrowser[];
|
| extern const char kSupervisedUserId[];
|
| extern const char kSupervisedUserSyncToken[];
|
|
|